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
Been using rector to update a php application to version 8.1 from 7.3, using:
LevelSetList::UP_TO_PHP_81
It keeps crashing when it hits certain object properties, like:
private $_locationTypesRepository;
I know this, because it runs fine when I pull that piece of code out.
The error trace from debug mode is posted here:
`[ERROR] Could not process "src/Controller/LocationTypesController.php" file, due to:
System error: "preg_match(): Argument #2 ($subject) must be of type string, array given
Been using rector to update a php application to version 8.1 from 7.3, using:
LevelSetList::UP_TO_PHP_81
It keeps crashing when it hits certain object properties, like:
private $_locationTypesRepository;
I know this, because it runs fine when I pull that piece of code out.
The error trace from debug mode is posted here:
`[ERROR] Could not process "src/Controller/LocationTypesController.php" file, due to:
System error: "preg_match(): Argument #2 ($subject) must be of type string, array given
The text was updated successfully, but these errors were encountered: