We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -129,12 +129,12 @@ discard block |
||
| 129 | 129 | if ($this->propertyAccessor->isWritable($model, $targetField)) { |
| 130 | 130 | |
| 131 | 131 | $resultValue = $this->resolveConverter( |
| 132 | - $modelName, |
|
| 133 | - $targetField, |
|
| 134 | - $fieldValue, |
|
| 135 | - $modelReflection, |
|
| 136 | - $fieldObject |
|
| 137 | - ); |
|
| 132 | + $modelName, |
|
| 133 | + $targetField, |
|
| 134 | + $fieldValue, |
|
| 135 | + $modelReflection, |
|
| 136 | + $fieldObject |
|
| 137 | + ); |
|
| 138 | 138 | |
| 139 | 139 | $this->propertyAccessor->setValue( |
| 140 | 140 | $model, |
@@ -398,6 +398,4 @@ discard block |
||
| 398 | 398 | } |
| 399 | 399 | } |
| 400 | 400 | |
| 401 | - return $mapping; |
|
| 402 | - } |
|
| 403 | -} |
|
| 401 | + return $mapping |
|
| 404 | 402 | \ No newline at end of file |