Skip to content

Commit afef153

Browse files
committed
Fix bad code overview
1 parent e94c778 commit afef153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class CodeArea
124124
public function getCenterLatitude(): float;
125125
public function getCenterLongitude(): float;
126126

127-
public function contains(float $latitude, float $longitude): float;
127+
public function contains(float $latitude, float $longitude): bool;
128128
}
129129
```
130130

0 commit comments

Comments
 (0)