Completed
Push — master ( 4f2bbe...5ee37f )
by Romans
03:07
created
lib/Controller/Validator/Abstract.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -556,6 +556,4 @@
 block discarded – undo
556 556
      */
557 557
     public function rule_fail()
558 558
     {
559
-        return $this->fail('Is incorrect');
560
-    }
561
-}
559
+        return $this->fail
562 560
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -556,6 +556,4 @@
 block discarded – undo
556 556
      */
557 557
     public function rule_fail()
558 558
     {
559
-        return $this->fail('Is incorrect');
560
-    }
561
-}
559
+        return $this->fail
562 560
\ No newline at end of file
Please login to merge, or discard this patch.