Completed
Pull Request — master (#4)
by Iacovos
15:59
created
src/CallableResolver.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param int $mode
74
-     * @return boolean
74
+     * @return integer
75 75
      */
76 76
     public function isMode($mode)
77 77
     {
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * @param string $in
105 105
      *
106
-     * @return array
106
+     * @return string[]
107 107
      *
108 108
      * @throws \Exception
109 109
      */
@@ -122,9 +122,9 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param $in
125
+     * @param string $in
126 126
      *
127
-     * @return array
127
+     * @return string[]
128 128
      *
129 129
      * @throws \Exception
130 130
      */
Please login to merge, or discard this patch.