Test Failed
Branch master (75d03b)
by Jens A.
20:50
created
framework/Koch/DI/Engine/Context.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,9 +26,9 @@
 block discarded – undo
26 26
 namespace Koch\DI\Engine;
27 27
 
28 28
 use Koch\DI\AbstractLifecycle;
29
+use Koch\DI\Exception\CannotFindImplementation;
29 30
 use Koch\DI\Lifecycle\Factory;
30 31
 use Koch\DI\Lifecycle\Value;
31
-use Koch\DI\Exception\CannotFindImplementation;
32 32
 
33 33
 class Context
34 34
 {
Please login to merge, or discard this patch.
framework/Koch/Exception/Errorhandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
 
25 25
 namespace Koch\Exception;
26 26
 
27
-use Koch\Exception\Renderer\YellowScreenOfDeath;
28 27
 use Koch\Exception\Renderer\SmartyTemplateError;
28
+use Koch\Exception\Renderer\YellowScreenOfDeath;
29 29
 
30 30
 /**
31 31
  * Koch Framework - Class for Errorhandling
Please login to merge, or discard this patch.
framework/Koch/Filter/Filters/Maintenance.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
24 24
 
25 25
 namespace Koch\Filter\Filters;
26 26
 
27
+use Koch\Config;
27 28
 use Koch\Filter\FilterInterface;
28 29
 use Koch\Http\HttpRequestInterface;
29 30
 use Koch\Http\HttpResponseInterface;
30
-use Koch\Config;
31 31
 use Koch\View\Renderer\Smarty;
32 32
 
33 33
 /**
Please login to merge, or discard this patch.
framework/Koch/Filter/Filters/StartupChecks.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
24 24
 
25 25
 namespace Koch\Filter\Filters;
26 26
 
27
+use Koch\Exception\Exception;
27 28
 use Koch\Filter\FilterInterface;
28 29
 use Koch\Http\HttpRequestInterface;
29 30
 use Koch\Http\HttpResponseInterface;
30
-use Koch\Exception\Exception;
31 31
 
32 32
 /**
33 33
  * Koch Framework - Filter performing Startup Checks.
Please login to merge, or discard this patch.
framework/Koch/Filter/Filters/ThemeViaGet.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,10 +24,10 @@
 block discarded – undo
24 24
 
25 25
 namespace Koch\Filter\Filters;
26 26
 
27
+use Koch\Config\Config;
27 28
 use Koch\Filter\FilterInterface;
28 29
 use Koch\Http\HttpRequestInterface;
29 30
 use Koch\Http\HttpResponseInterface;
30
-use Koch\Config\Config;
31 31
 use Koch\Validation\InputFilter;
32 32
 
33 33
 /**
Please login to merge, or discard this patch.
framework/Koch/Form/Form.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -393,8 +393,8 @@
 block discarded – undo
393 393
     /**
394 394
      * Setter method for Attribute
395 395
      *
396
-     * @param array $attribute attribute name
397
-     * @param array $value     value
396
+     * @param string $attribute attribute name
397
+     * @param null|boolean $value     value
398 398
      */
399 399
     public function setAttribute($attribute, $value)
400 400
     {
Please login to merge, or discard this patch.
framework/Koch/Mvc/FrontControllerInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@
 block discarded – undo
24 24
 
25 25
 namespace Koch\Mvc;
26 26
 
27
+use Koch\Filter\FilterInterface;
27 28
 use Koch\Http\HttpRequestInterface;
28 29
 use Koch\Http\HttpResponseInterface;
29
-use Koch\Filter\FilterInterface;
30 30
 
31 31
 /**
32 32
  * Interface for FrontController
Please login to merge, or discard this patch.
framework/Koch/Pagination/Adapter/DoctrineCollection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
 
26 26
 namespace Koch\Pagination\Adapter;
27 27
 
28
-use Koch\Pagination\AdapterInterface;
29 28
 use Doctrine\Common\Collections\Collection;
29
+use Koch\Pagination\AdapterInterface;
30 30
 
31 31
 /**
32 32
  * Koch Framework - Pagination Adapter working with Doctrine Collections.
Please login to merge, or discard this patch.
framework/Koch/Router/Router.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
 
25 25
 namespace Koch\Router;
26 26
 
27
-use Koch\Http\HttpRequestInterface;
28 27
 use Koch\Cache\Cache;
28
+use Koch\Http\HttpRequestInterface;
29 29
 
30 30
 /**
31 31
  * Router
Please login to merge, or discard this patch.