Completed
Push — master ( c779b6...fe1a09 )
by Raffael
02:34
created
src/Http/Router/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
     /**
221 221
      * Set clas
222 222
      *
223
-     * @param   string|object $class
223
+     * @param   string $class
224 224
      * @return  Route
225 225
      */
226 226
     public function setClass($class): Route
Please login to merge, or discard this patch.
src/Config/ConfigInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * Get raw format
30 30
      *
31
-     * @return mixed
31
+     * @return \SimpleXMLElement
32 32
      */
33 33
     public function getRaw();
34 34
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * Get from config
38 38
      *
39 39
      * @param   string $name
40
-     * @return  mixed
40
+     * @return  \SimpleXMLElement
41 41
      */
42 42
     public function __get(string $name);
43 43
 
Please login to merge, or discard this patch.