Completed
Push — master ( 0f7d17...393ba8 )
by Adam
02:40
created
src/Utility/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param  string $key
36
-     * @return mixed
36
+     * @return boolean
37 37
      */
38 38
     public static function get($key)
39 39
     {
Please login to merge, or discard this patch.
src/VOString/Attribute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     /**
17 17
      * @param  array  $array
18
-     * @return string
18
+     * @return Attribute
19 19
      */
20 20
     public static function fromArray(array $array)
21 21
     {
Please login to merge, or discard this patch.
src/VOString/Pair.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 {
15 15
     /**
16 16
      * @param array $array
17
-     * @return string
17
+     * @return Pair
18 18
      */
19 19
     public static function fromArray(array $array)
20 20
     {
Please login to merge, or discard this patch.