@@ -25,7 +25,6 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Checks if an operation has a `force_eager` attribute. |
| 27 | 27 | * |
| 28 | - * @param string $resourceClass |
|
| 29 | 28 | * @param array $options |
| 30 | 29 | * |
| 31 | 30 | * @return bool |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace ApiPlatform\Core\Bridge\Doctrine\Orm\Util; |
| 15 | 15 | |