Some cleanups, more usage of ObjectFactory:
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 54aa15b635fb338a0e1a78239bc4b0fb5ce03f44..5720d535c3522c120a52713971ca51969d080dd9 100644 (file)
@@ -160,7 +160,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Default is no action
-               $actionInstance = null;
+               $actionInstance = NULL;
 
                // Get registry
                $registryInstance = Registry::getRegistry();