Skip to content

Commit

Permalink
Fix typo in fixture
Browse files Browse the repository at this point in the history
Co-authored-by: Thorsten Frommen <[email protected]>
Signed-off-by: Giuseppe Mazzapica <[email protected]>
  • Loading branch information
gmazzap and tfrommen authored Aug 30, 2023
1 parent 27685e3 commit a385aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/disable-call-user-func.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function test() {

class Foo {

pribate function test() {
private function test() {
// @phpcsErrorOnNextLine
return call_user_func_array('strtolower', ['foo']);
}
Expand Down

0 comments on commit a385aee

Please sign in to comment.