Passed
Push — master ( a68997...bd9914 )
by Бабичев
01:55
created
src/Flow/Flow.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,6 +234,9 @@  discard block
 block discarded – undo
234 234
         return '.' . $this->ext;
235 235
     }
236 236
 
237
+    /**
238
+     * @param null|Native $native
239
+     */
237 240
     protected function setNative($native)
238 241
     {
239 242
         if ($native)
@@ -461,7 +464,7 @@  discard block
 block discarded – undo
461 464
      * @param array  $data
462 465
      * @param array  $operator
463 466
      *
464
-     * @return mixed
467
+     * @return Directive
465 468
      */
466 469
     protected function directive(string $key, array $data, array $operator)
467 470
     {
Please login to merge, or discard this patch.
src/Flow/Lexeme.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @param $file
104
+     * @param string $file
105 105
      *
106 106
      * @return FileLoader\DataInterface|null
107 107
      */
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
      * @param string $key
357 357
      * @param array  $data
358 358
      *
359
-     * @return array|bool
359
+     * @return string
360 360
      */
361 361
     public function data(string $key, array $data = null)
362 362
     {
Please login to merge, or discard this patch.