updated packages
This commit is contained in:
2
vendor/symfony/http-kernel/HttpKernel.php
vendored
2
vendor/symfony/http-kernel/HttpKernel.php
vendored
@@ -260,7 +260,7 @@ class HttpKernel implements HttpKernelInterface, TerminableInterface
|
||||
}
|
||||
|
||||
if (\is_array($var)) {
|
||||
$a = array();
|
||||
$a = [];
|
||||
foreach ($var as $k => $v) {
|
||||
$a[] = sprintf('%s => ...', $k);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user