@@ -70,7 +70,7 @@ public function testNormalizePaginator()
7070 $ resourceMetadataFactoryProphecy ->create ('Foo ' )->willReturn (new ResourceMetadataCollection ('Foo ' , [
7171 (new ApiResource ())
7272 ->withShortName ('Foo ' )
73- ->withOperations (new Operations (['get ' => (new GetCollection ())]))
73+ ->withOperations (new Operations (['get ' => (new GetCollection ())])),
7474 ]));
7575
7676 $ itemNormalizer = $ this ->prophesize (NormalizerInterface::class);
@@ -147,7 +147,7 @@ public function testNormalizePartialPaginator()
147147 $ resourceMetadataFactoryProphecy ->create ('Foo ' )->willReturn (new ResourceMetadataCollection ('Foo ' , [
148148 (new ApiResource ())
149149 ->withShortName ('Foo ' )
150- ->withOperations (new Operations (['get ' => (new GetCollection ())]))
150+ ->withOperations (new Operations (['get ' => (new GetCollection ())])),
151151 ]));
152152
153153 $ itemNormalizer = $ this ->prophesize (NormalizerInterface::class);
@@ -211,7 +211,7 @@ public function testNormalizeArray()
211211 $ resourceMetadataFactoryProphecy ->create ('Foo ' )->willReturn (new ResourceMetadataCollection ('Foo ' , [
212212 (new ApiResource ())
213213 ->withShortName ('Foo ' )
214- ->withOperations (new Operations (['get ' => (new GetCollection ())]))
214+ ->withOperations (new Operations (['get ' => (new GetCollection ())])),
215215 ]));
216216 $ itemNormalizer = $ this ->prophesize (NormalizerInterface::class);
217217 $ itemNormalizer ->normalize ('foo ' , CollectionNormalizer::FORMAT , [
@@ -268,7 +268,7 @@ public function testNormalizeIncludedData()
268268 $ resourceMetadataFactoryProphecy ->create ('Foo ' )->willReturn (new ResourceMetadataCollection ('Foo ' , [
269269 (new ApiResource ())
270270 ->withShortName ('Foo ' )
271- ->withOperations (new Operations (['get ' => (new GetCollection ())]))
271+ ->withOperations (new Operations (['get ' => (new GetCollection ())])),
272272 ]));
273273
274274 $ itemNormalizer = $ this ->prophesize (NormalizerInterface::class);
@@ -349,7 +349,7 @@ public function testNormalizeWithoutDataKey()
349349 $ resourceMetadataFactoryProphecy ->create ('Foo ' )->willReturn (new ResourceMetadataCollection ('Foo ' , [
350350 (new ApiResource ())
351351 ->withShortName ('Foo ' )
352- ->withOperations (new Operations (['get ' => (new GetCollection ())]))
352+ ->withOperations (new Operations (['get ' => (new GetCollection ())])),
353353 ]));
354354
355355 $ itemNormalizer = $ this ->prophesize (NormalizerInterface::class);
0 commit comments