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
Hi !
I've run a composer update, and doctrine/lexer switch from 1.0.2 to 1.1.0.
Now I've critical errors :
CRITICAL 15:56:29
php
preg_split() expects parameter 2 to be string, float given { "exception": {} }
CRITICAL 15:56:29
request
Uncaught PHP Exception TypeError: "preg_split() expects parameter 2 to be string, float given" at /Users/jean-michel/Sites/sfserv2018/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php line 255 { "exception": {} }
I've confirm that the problem trigger with creof/doctrine2-spatial by desactivating ORM\Column annotations. Without those annotation, all work well.
I use essentialy the Geometry\Point type.
The text was updated successfully, but these errors were encountered:
Hi !
I've run a composer update, and doctrine/lexer switch from 1.0.2 to 1.1.0.
Now I've critical errors :
I've confirm that the problem trigger with creof/doctrine2-spatial by desactivating ORM\Column annotations. Without those annotation, all work well.
I use essentialy the Geometry\Point type.
The text was updated successfully, but these errors were encountered: