Completed
Pull Request — 2.1 (#1489)
by Antoine
03:10
created
src/Bridge/Doctrine/Orm/Util/QueryBuilderHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
patchthis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.