Completed
Pull Request — master (#21)
by Adam
02:28
created
src/ArrayVO.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      * Iterates through an array of values and finds a key.  If it makes it to the final value,
104 104
      * it returns what ever value matches that key.
105 105
      *
106
-     * @param  ArrayValueObject $arrayValueObject
106
+     * @param  ArrayVO $arrayValueObject
107 107
      * @return bool|mixed
108 108
      */
109 109
     public function findArrayVO(ArrayVO $arrayValueObject)
Please login to merge, or discard this patch.
src/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * File constructor.
20
-     * @param array $value
20
+     * @param string $value
21 21
      * @param bool $mustExist
22 22
      * @param int $timeout
23 23
      */
Please login to merge, or discard this patch.