There was an error while loading. Please reload this page.
1 parent c69f7dc commit 58e1aa5Copy full SHA for 58e1aa5
1 file changed
tests/FakeImage.php
@@ -16,7 +16,7 @@ class FakeImage extends Image {
16
*
17
* @return unknown
18
*/
19
- public function exists() {
+ public function exists() : bool {
20
return true;
21
}
22
0 commit comments