Completed
Push — master ( 668042...423407 )
by Song
03:02
created
src/Form/Field.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -435,13 +435,13 @@
 block discarded – undo
435 435
         return $this->rules;
436 436
     }
437 437
 
438
-     /**
439
-     * Remove a specific rule by keyword.
440
-     *
441
-     * @param string $rule
442
-     *
443
-     * @return void
444
-     */
438
+        /**
439
+         * Remove a specific rule by keyword.
440
+         *
441
+         * @param string $rule
442
+         *
443
+         * @return void
444
+         */
445 445
     protected function removeRule($rule)
446 446
     {
447 447
         $pattern = "/{$rule}[^\|]?(\||$)/";
Please login to merge, or discard this patch.