Skip to content

Commit

Permalink
Merge pull request #325 from alphadevx/scrutinizer-patch-1
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
alphadevx committed Dec 7, 2017
2 parents dabc0d5 + f5e892d commit b6b0f6f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Alpha/Controller/ListActiveRecordsController.php
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion Alpha/Controller/PhpinfoController.php
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion Alpha/Model/Article.php
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions Alpha/Util/Http/Request.php
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Alpha/Util/Logging/LogProviderFile.php
Expand Up @@ -3,7 +3,6 @@
namespace Alpha\Util\Logging;

use Alpha\Util\Config\ConfigProvider;
use Alpha\Exception\PHPException;
use Alpha\Util\File\FileUtils;

/**
Expand Down

0 comments on commit b6b0f6f

Please sign in to comment.