Completed
Push — master ( 3f0932...06785e )
by Flo
02:26
created
src/Kernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use Faulancer\Exception\DispatchFailureException;
13 13
 use Faulancer\Http\Request;
14 14
 use Faulancer\Service\Config;
15
-use Faulancer\ServiceLocator\ServiceLocator;
16 15
 
17 16
 /**
18 17
  * Class Kernel
Please login to merge, or discard this patch.
src/View/ViewController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,8 +106,8 @@
 block discarded – undo
106 106
 
107 107
     /**
108 108
      * Get a single variable
109
-     * @param $key
110
-     * @return string|array
109
+     * @param string $key
110
+     * @return string
111 111
      */
112 112
     public function getVariable($key)
113 113
     {
Please login to merge, or discard this patch.