Skip to content

Commit d8e1d21

Browse files
committed
Adjust PHPDoc
1 parent 294d082 commit d8e1d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeCalculator/AbstractCodeCalculator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract protected function generateRevOlcCode(float $latitude, float $longitude
4646

4747
/**
4848
* Assuming the given (string) Open Location Code is valid and stripped, decodes it into a CodeArea object encapsulating latitude/longitude bounding box.
49-
* @param string $strippedCode The stripped Open Location Code
49+
* @param string $strippedCode The stripped Open Location Code.
5050
* @return CodeArea A CodeArea object.
5151
*/
5252
abstract public function decode(string $strippedCode): CodeArea;

0 commit comments

Comments
 (0)