Completed
Push — master ( a3a102...0d148f )
by Bart
02:51 queued 11s
created
src/Models/Data.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@  discard block
 block discarded – undo
23 23
      * Parse a yaml file.
24 24
      *
25 25
      * @param string $yaml
26
-     * @param string $overrideYaml
27 26
      *
28 27
      * @return array
29 28
      */
@@ -83,7 +82,7 @@  discard block
 block discarded – undo
83 82
     /**
84 83
      * Read yaml file and parse content.
85 84
      *
86
-     * @param $file
85
+     * @param string $file
87 86
      * @return array
88 87
      * @throws Exception
89 88
      */
Please login to merge, or discard this patch.