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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
In some cases when session not started it is not safe to pass null in $session in
yii-debug-toolbar\panels\YiiDebugToolbarPanelRequest.php:54
Because null value can produce
Invalid argument supplied for foreach()
inyii-debug-toolbar\views\panels\request.php
.Maybe empty array() will be more suitable in this case?
The text was updated successfully, but these errors were encountered: