Skip to content

Commit

Permalink
Update tests/CallableTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Mar 20, 2024
1 parent e83530a commit 375fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CallableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ public function bar(): bool {
function foo($arg) {}
class A {
public static function bar(): bool {
public function bar(): bool {
return true;
}
}
Expand Down

0 comments on commit 375fe32

Please sign in to comment.