diff vendor/symfony/debug/Exception/ContextErrorException.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children
line wrap: on
line diff
--- a/vendor/symfony/debug/Exception/ContextErrorException.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/vendor/symfony/debug/Exception/ContextErrorException.php	Thu Feb 28 13:21:36 2019 +0000
@@ -20,9 +20,9 @@
  */
 class ContextErrorException extends \ErrorException
 {
-    private $context = array();
+    private $context = [];
 
-    public function __construct($message, $code, $severity, $filename, $lineno, $context = array())
+    public function __construct($message, $code, $severity, $filename, $lineno, $context = [])
     {
         parent::__construct($message, $code, $severity, $filename, $lineno);
         $this->context = $context;