-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Description
Looking at the web profiler in Silex I saw
Notice: Undefined offset: 1 in /srv/http/tronatic-studio.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php on line 280
Warning: Invalid argument supplied for foreach() in /srv/http/tronatic-studio.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php on line 280
under Route Parameters.
The matching route didn't have any parameter.
Don't know why 2e404d0 introduced this.
Dumping $data->getRawData()
shows
array(1) { [0]=> array(1) { [0]=> array(0) { } } }