@@ -37,12 +37,12 @@ |
||
| 37 | 37 | { |
| 38 | 38 | $this->requireParameters(['fields']); |
| 39 | 39 | |
| 40 | - $fields = $this->parameter('fields'); |
|
| 40 | + $fields = $this->parameter('fields'); |
|
| 41 | 41 | |
| 42 | 42 | $this->setParameterTextValues($fields, 'values'); |
| 43 | 43 | |
| 44 | 44 | foreach ($fields as $field) { |
| 45 | - if (! $this->validation->hasValue($field)) { |
|
| 45 | + if (!$this->validation->hasValue($field)) { |
|
| 46 | 46 | return true; |
| 47 | 47 | } |
| 48 | 48 | } |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | $this->setParameterTextValues((array) $anotherAttribute, 'other_attribute'); |
| 46 | 46 | $this->setParameterTextValues((array) $definedValues, 'other_value'); |
| 47 | 47 | |
| 48 | - if (! in_array($anotherValue, $definedValues, is_bool($anotherValue) || null === $definedValues)) { |
|
| 48 | + if (!in_array($anotherValue, $definedValues, is_bool($anotherValue) || null === $definedValues)) { |
|
| 49 | 49 | $presentValidator = $this->getRuleValidator('present'); |
| 50 | 50 | |
| 51 | 51 | $presentValidator->setValidation($this->validation); |