Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
ce0aad70d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Validation/Validator.php

+ 1 - 1
src/Validation/Validator.php

@@ -468,7 +468,7 @@ class Validator implements ArrayAccess, IteratorAggregate, Countable
      *   true when the validation rule should be applied.
      * @return $this
      */
-    public function addNestedMany($field, Validator $validator, $message = null,  $when = null)
+    public function addNestedMany($field, Validator $validator, $message = null, $when = null)
     {
         $extra = array_filter(['message' => $message, 'on' => $when]);