Completed
Push — master ( 943fd4...0174c5 )
by Raffael
02:20
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/Struct.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@
 block discarded – undo
60 60
     /**
61 61
      * map Array
62 62
      *
63
-     * @param   array $config
64 63
      * @return  Config
65 64
      */
66 65
     protected function mapArray(array $array): Config
Please login to merge, or discard this patch.
src/Ldap.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * construct
85 85
      *
86 86
      * @param   Iterable $config
87
-     * @param   Logger $logger
87
+     * @param   LoggerInterface $logger
88 88
      * @return  resource
89 89
      */
90 90
     public function __construct(LoggerInterface $logger, ?Iterable $config=null)
Please login to merge, or discard this patch.