You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will include an update of the min PHP version to PHP 8.1 to allow an update of the existing dependency on doctrine/lexer
This will also lead to an update of PHPUnit and removed an old dependency on codeclimate/php-test-reporter which is not maintained anymore
Travis CI is also not available anymore and was moved to Github Actions
Copy file name to clipboardExpand all lines: lib/CrEOF/Geo/String/Parser.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ private function degrees()
222
222
$glimpse = $this->lexer->glimpse();
223
223
224
224
// If a colon hasn't been matched, and next token is a number followed by degree symbol, when tuple separator is space instead of comma, this value is complete
0 commit comments