From 2f90dbdfce36d9f685a944141147160fce9575cf Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 17 Mar 2015 16:11:01 +0100 Subject: [PATCH] Use 5.3 syntax --- src/views/meta.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/meta.php b/src/views/meta.php index d894f0e..c51754a 100644 --- a/src/views/meta.php +++ b/src/views/meta.php @@ -11,12 +11,12 @@ /** @noinspection PhpIllegalArrayKeyTypeInspection */ /** @noinspection PhpUnusedLocalVariableInspection */ /** @noinspection PhpUnnecessaryFullyQualifiedNameInspection */ - $STATIC_METHOD_TYPES = [ + $STATIC_METHOD_TYPES = array( - ('') => [ + ('') => array( $class): ?> '' instanceof \, - ], + ), - ]; + ); }