Skip to content

Commit 58e1aa5

Browse files
committed
fix method signature.
1 parent c69f7dc commit 58e1aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/FakeImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FakeImage extends Image {
1616
*
1717
* @return unknown
1818
*/
19-
public function exists() {
19+
public function exists() : bool {
2020
return true;
2121
}
2222

0 commit comments

Comments
 (0)