diff --git a/Alpha/Controller/ListActiveRecordsController.php b/Alpha/Controller/ListActiveRecordsController.php index 271393e2..a1f7795d 100644 --- a/Alpha/Controller/ListActiveRecordsController.php +++ b/Alpha/Controller/ListActiveRecordsController.php @@ -3,7 +3,6 @@ namespace Alpha\Controller; use Alpha\Util\Logging\Logger; -use Alpha\Util\Config\ConfigProvider; use Alpha\Util\Http\Request; use Alpha\Util\Http\Response; use Alpha\View\View; diff --git a/Alpha/Controller/PhpinfoController.php b/Alpha/Controller/PhpinfoController.php index 86597580..19cfe11c 100644 --- a/Alpha/Controller/PhpinfoController.php +++ b/Alpha/Controller/PhpinfoController.php @@ -3,7 +3,6 @@ namespace Alpha\Controller; use Alpha\Util\Logging\Logger; -use Alpha\Util\Config\ConfigProvider; use Alpha\Util\Http\Request; use Alpha\Util\Http\Response; use Alpha\View\View; diff --git a/Alpha/Model/Article.php b/Alpha/Model/Article.php index 24e63c9e..bfd31662 100644 --- a/Alpha/Model/Article.php +++ b/Alpha/Model/Article.php @@ -7,7 +7,6 @@ use Alpha\Model\Type\Text; use Alpha\Model\Type\Boolean; use Alpha\Model\Type\Relation; -use Alpha\Util\Config\Configprovider; use Alpha\Util\Logging\Logger; use Alpha\Util\Http\Session\SessionProviderFactory; use Alpha\Exception\ValidationException; diff --git a/Alpha/Util/Http/Request.php b/Alpha/Util/Http/Request.php index 128b8943..f2cf5c79 100644 --- a/Alpha/Util/Http/Request.php +++ b/Alpha/Util/Http/Request.php @@ -259,6 +259,7 @@ public function __construct($overrides = array()) * Tries to get the requested param from the $_SERVER super global, otherwise returns an * empty string. * + * @param string $param * @return string * * @since 3.0 diff --git a/Alpha/Util/Logging/LogProviderFile.php b/Alpha/Util/Logging/LogProviderFile.php index ae2b11aa..6da3d5e1 100644 --- a/Alpha/Util/Logging/LogProviderFile.php +++ b/Alpha/Util/Logging/LogProviderFile.php @@ -3,7 +3,6 @@ namespace Alpha\Util\Logging; use Alpha\Util\Config\ConfigProvider; -use Alpha\Exception\PHPException; use Alpha\Util\File\FileUtils; /**