Skip to content

Commit caad91b

Browse files
committed
Fix CS
1 parent 840fc22 commit caad91b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Annotation/AnnotatedClass.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* shortName="shortName",
2121
* description="description",
2222
* iri="http://example.com/res",
23-
* itemOperations={"foo":{"bar"}},
24-
* collectionOperations={"bar":{"foo"}},
23+
* itemOperations={"foo"={"bar"}},
24+
* collectionOperations={"bar"={"foo"}},
2525
* graphql={"query"={"normalization_context"={"groups"={"foo", "bar"}}}},
26-
* attributes={"foo":"bar", "routePrefix"="/whatever"},
26+
* attributes={"foo"="bar", "routePrefix"="/whatever"},
2727
* )
2828
*
2929
* @author Marcus Speight <[email protected]>

tests/Fixtures/TestBundle/Entity/CustomActionDummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* "get_custom"={"method"="GET", "path"="custom_action_collection_dummies/{id}"},
2424
* "custom_normalization"={"route_name"="custom_normalization"},
2525
* "short_custom_normalization",
26-
* }, collectionOperations={
26+
* }, collectionOperations={
2727
* "get",
2828
* "get_custom"={"method"="GET", "path"="custom_action_collection_dummies"},
2929
* "custom_denormalization"={"route_name"="custom_denormalization"},

0 commit comments

Comments
 (0)