Temporarily allow function to be underscore prefixed to hint at early access

This commit is contained in:
Zach Borboa
2021-03-14 00:16:08 -05:00
parent af08135139
commit 3f4e06f242
+3
View File
@@ -5,6 +5,9 @@
<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine" />
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.UseOneParamPerLine" />
<!-- TODO: Remove the following exclusion when Curl::_fastDownload() is renamed to Curl::fastDownload(). -->
<exclude name="PSR2.Methods.MethodDeclaration.Underscore" />
</rule>
<!-- Disable "No PHP code was found in this file" for symlinks. -->