Skip to content

Commit 48e29ab

Browse files
committed
Fix build
1 parent e8c479d commit 48e29ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/data/returnTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ public function __wakeup()
747747
return 1;
748748
}
749749

750-
public function __set_state(array $properties)
750+
public static function __set_state(array $properties)
751751
{
752752
return ['foo' => 'bar'];
753753
}

0 commit comments

Comments
 (0)