diff options
Diffstat (limited to 'src/Core.php')
-rw-r--r-- | src/Core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core.php b/src/Core.php index 052ac5e..5672b99 100644 --- a/src/Core.php +++ b/src/Core.php @@ -28,7 +28,7 @@ class Core * * @see Core::error() */ - public $errors = array(); + public $errors = []; /** * Creates a new error log. |