From 893801a082a173e645f31f00b4f6ef1ed29bb512 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Wed, 16 Jul 2014 14:35:43 +0200 Subject: fixed field visibility keyword order --- core/WidgetsList.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/WidgetsList.php') diff --git a/core/WidgetsList.php b/core/WidgetsList.php index d155121ddb..d9ae1f4eb6 100644 --- a/core/WidgetsList.php +++ b/core/WidgetsList.php @@ -28,21 +28,21 @@ class WidgetsList extends Singleton * * @var array */ - static protected $widgets = array(); + protected static $widgets = array(); /** * Indicates whether the hook was posted or not * * @var bool */ - static protected $hookCalled = false; + protected static $hookCalled = false; /** * In get() we won't use a cached result in case this is true. Instead we will sort the widgets again and cache * a new result. To make tests work... * @var bool */ - static private $listCacheToBeInvalidated = false; + private static $listCacheToBeInvalidated = false; /** * Returns all available widgets. -- cgit v1.2.3