Completed
Pull Request — master (#4)
by
unknown
06:08
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 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
 
Please login to merge, or discard this patch.
src/Config/Environment/EnvironmentNode.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@
 block discarded – undo
88 88
     /**
89 89
      * Get entry
90 90
      *
91
-     * @param  string $key
92 91
      * @return mixed
93 92
      */
94 93
     public function __get($name)
Please login to merge, or discard this patch.