Passed
Push — master ( 049a2e...ce0a25 )
by
unknown
08:54 queued 05:37
created
src/Zicht/Tool/Container/Container.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      * Return the raw context value at the specified path.
185 185
      *
186 186
      * @param array|string $path
187
-     * @return mixed
187
+     * @return string|null
188 188
      */
189 189
     public function get($path)
190 190
     {
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
      * This is useful for commands that need the shell regardless of the 'explain' value setting.
279 279
      *
280 280
      * @param string $cmd
281
-     * @return mixed
281
+     * @return string|null
282 282
      */
283 283
     public function helperExec($cmd)
284 284
     {
Please login to merge, or discard this patch.
src/Zicht/Tool/Command/TaskCommand.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -98,6 +98,8 @@
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * @{@inheritDoc}
101
+     * @param string $shortcut
102
+     * @param string $help
101 103
      */
102 104
     public function addOption($name, $shortcut = null, $mode = null, $help = null, $default = null)
103 105
     {
Please login to merge, or discard this patch.