Completed
Push — master ( 78c7b4...bb5a1d )
by Raffael
01:51
created
src/Log/Adapter/Syslog.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
39 39
     /**
40 40
      * Set options
41 41
      *
42
-     * @param   Iterable $options
43 42
      * @return  AdapterInterface
44 43
      */
45 44
     public function setOptions(?Iterable $config=null)
Please login to merge, or discard this patch.
src/Db/Wrapper/Pdo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      * Forward calls
130 130
      *
131 131
      * @param  array $method
132
-     * @param  array $argumnets
132
+     * @param  array $arguments
133 133
      * @return mixed
134 134
      */
135 135
     public function __call(string $method, array $arguments=[])
Please login to merge, or discard this patch.
src/Http/Router/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      * Instance route
68 68
      *
69 69
      * @param   string $path
70
-     * @param   string|object $class
70
+     * @param   string $class
71 71
      * @param   string $method
72 72
      * @param   array $params
73 73
      * @return  void
Please login to merge, or discard this patch.