We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9398eb commit 7d5a14cCopy full SHA for 7d5a14c
lib/CrEOF/Geo/String/Parser.php
@@ -68,7 +68,7 @@ public function __construct($input = null)
68
$this->lexer = new Lexer();
69
70
if (null !== $input) {
71
- $this->input = $input;
+ $this->input = (string) $input;
72
}
73
74
@@ -82,7 +82,7 @@ public function __construct($input = null)
82
public function parse($input = null)
83
{
84
85
86
87
88
$this->nextCardinal = null;
0 commit comments