We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -685,7 +685,7 @@ |
||
| 685 | 685 | $fieldConfiguration['type'] = $fieldType; |
| 686 | 686 | } |
| 687 | 687 | |
| 688 | - if($fieldMetadata instanceof InputField && $fieldMetadata->defaultValue !== null) { |
|
| 688 | + if ($fieldMetadata instanceof InputField && $fieldMetadata->defaultValue !== null) { |
|
| 689 | 689 | $fieldConfiguration['defaultValue'] = $fieldMetadata->defaultValue; |
| 690 | 690 | } elseif ($reflector->hasDefaultValue()) { |
| 691 | 691 | $fieldConfiguration['defaultValue'] = $reflector->getDefaultValue(); |