Passed
Push — develop ( 91c1d2...446210 )
by Schlaefer
41s
created
lib/Phile/Phile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Phile\Core\Router;
16 16
 use Phile\Model\Page;
17 17
 use Phile\Repository\Page as Repository;
18
-
19 18
 use Interop\Http\Server\MiddlewareInterface;
20 19
 use Interop\Http\Server\RequestHandlerInterface;
21 20
 use Psr\Http\Message\ResponseInterface;
Please login to merge, or discard this patch.
config/container.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
  * @license http://opensource.org/licenses/MIT
11 11
  */
12 12
 
13
-use Psr\Http\Message\ServerRequestInterface;
14
-
15 13
 $config = [
16 14
     'types' => [
17 15
         'Phile_App'              => Phile\Phile::class,
Please login to merge, or discard this patch.