Skip to content

Commit

Permalink
fix: wrong PHPDoc return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Oct 13, 2016
1 parent 43c26ac commit 15ec783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Location/Processor/Polyline/Simplify.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function douglasPeucker(array $line, $tolerance)
* @param Coordinate $point
* @param Line $line
*
* @return number
* @return float
*/
protected function getPerpendicularDistance(Coordinate $point, Line $line)
{
Expand Down

0 comments on commit 15ec783

Please sign in to comment.