Skip to content

Commit a385aee

Browse files
gmazzaptfrommen
andauthored
Fix typo in fixture
Co-authored-by: Thorsten Frommen <info@tfrommen.de> Signed-off-by: Giuseppe Mazzapica <giuseppe.mazzapica@gmail.com>
1 parent 27685e3 commit a385aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/disable-call-user-func.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function test() {
1515

1616
class Foo {
1717

18-
pribate function test() {
18+
private function test() {
1919
// @phpcsErrorOnNextLine
2020
return call_user_func_array('strtolower', ['foo']);
2121
}

0 commit comments

Comments
 (0)