mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 11:39:18 +00:00
Temporarily allow function to be underscore prefixed to hint at early access
This commit is contained in:
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user