-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels