Completed
Push — master ( 52aca3...93e228 )
by Eric
04:07
created
src/Validate.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * Processes the validation group
92 92
      * 
93 93
      * @param array $data            
94
-     * @return \Valitron\boolean
94
+     * @return boolean
95 95
      */
96 96
     public function val(array $data)
97 97
     {
@@ -143,8 +143,8 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Sets the regular expression engine
145 145
      * 
146
-     * @param \mithra62\Regex $regex            
147
-     * @return \mithra62\Validate
146
+     * @param Regex $regex            
147
+     * @return Validate
148 148
      */
149 149
     public function setRegex(\JaegerApp\Regex $regex)
150 150
     {
Please login to merge, or discard this patch.