We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -496,7 +496,7 @@ |
||
| 496 | 496 | |
| 497 | 497 | $method = $methods['resolveType']['method']; |
| 498 | 498 | |
| 499 | - if (!$method->isStatic() ||!$method->isPublic()) { |
|
| 499 | + if (!$method->isStatic() || !$method->isPublic()) { |
|
| 500 | 500 | throw new InvalidArgumentException(\sprintf('The "resolveType()" method on class must be static and public. Or you must define a "resolveType" attribute on the @Union annotation.')); |
| 501 | 501 | } |
| 502 | 502 | |