composer update
This commit is contained in:
4
vendor/symfony/debug/ExceptionHandler.php
vendored
4
vendor/symfony/debug/ExceptionHandler.php
vendored
@@ -457,10 +457,10 @@ EOF;
|
||||
|
||||
private function addElementToGhost()
|
||||
{
|
||||
if (!isset(self::GHOST_ADDONS[\date('m-d')])) {
|
||||
if (!isset(self::GHOST_ADDONS[date('m-d')])) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return '<path d="'.self::GHOST_ADDONS[\date('m-d')].'" fill="#fff" fill-opacity="0.6"></path>';
|
||||
return '<path d="'.self::GHOST_ADDONS[date('m-d')].'" fill="#fff" fill-opacity="0.6"></path>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user