We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27685e3 commit a385aeeCopy full SHA for a385aee
tests/fixtures/disable-call-user-func.php
@@ -15,7 +15,7 @@ function test() {
15
16
class Foo {
17
18
- pribate function test() {
+ private function test() {
19
// @phpcsErrorOnNextLine
20
return call_user_func_array('strtolower', ['foo']);
21
}
0 commit comments