Commits ------- 261325d Cast $query['params'] to array to ensure it is a valid argument for the foreach. Discussion ---------- [DoctrineBridge] Account for $query['params'] being null in DoctrineDataCollector's sanitizeQueries method I was getting this error because inside the sanitizeQueries method of DoctrineDataCollector, there's no handling for $query['params'] being null. ErrorException: Warning: Invalid argument supplied for foreach() in .../vendor/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php line 91
|
|||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|