Completed
Pull Request — master (#904)
by Antoine
03:01
created
src/Bridge/Symfony/Routing/ApiLoader.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,6 @@
 block discarded – undo
133 133
      * @param string          $operationName
134 134
      * @param array           $operation
135 135
      * @param string          $resourceShortName
136
-     * @param bool            $collection
137 136
      *
138 137
      * @throws RuntimeException
139 138
      */
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/SubcollectionDataProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
      * @param ManagerRegistry                        $managerRegistry
38 38
      * @param PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory
39 39
      * @param PropertyMetadataFactoryInterface       $propertyMetadataFactory
40
-     * @param QueryItemExtensionInterface[]          $itemExtensions
41 40
      */
42 41
     public function __construct(ManagerRegistry $managerRegistry, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, array $collectionExtensions = [])
43 42
     {
Please login to merge, or discard this patch.
src/Util/RequestAttributesExtractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
             }
62 62
         }
63 63
 
64
-        throw new RuntimeException('One of the following request attribute must be defined: '.implode(', ', array_map(function ($operationType) {
64
+        throw new RuntimeException('One of the following request attribute must be defined: '.implode(', ', array_map(function($operationType) {
65 65
             return "_api_{$operationType}_operation_name";
66 66
         }, OperationTypes::TYPES)));
67 67
     }
Please login to merge, or discard this patch.