Completed
Pull Request — 2.0 (#1087)
by Antoine
03:21
created
src/Bridge/Doctrine/Orm/Util/ShouldEagerLoad.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
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
Please login to merge, or discard this 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.