@@ -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 | |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | private function getFiles() { |
| 51 | - return array_filter(get_included_files(), function ($value, $key) { |
|
| 51 | + return array_filter(get_included_files(), function($value, $key) { |
|
| 52 | 52 | return strpos(dirname($value), realpath(__DIR__.'/../../../../../src')) !== false; |
| 53 | 53 | }, ARRAY_FILTER_USE_BOTH); |
| 54 | 54 | } |