Skip to content

Commit b878e91

Browse files
committed
chore(cs): php-cs-fixer 3.11
1 parent d68e246 commit b878e91

16 files changed

+16
-0
lines changed

src/Metadata/ApiResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Resource metadata attribute.
2020
*
2121
* @author Antoine Bluchet <[email protected]>
22+
*
2223
* @experimental
2324
*/
2425
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)]

src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @author Antoine Bluchet <[email protected]>
20+
*
2021
* @experimental
2122
*/
2223
final class AlternateUriResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* Creates a resource metadata from {@see ApiResource} annotations.
4242
*
4343
* @author Antoine Bluchet <[email protected]>
44+
*
4445
* @experimental
4546
*/
4647
final class AttributesResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* Creates a resource metadata from {@see Resource} extractors (XML, YAML).
3232
*
3333
* @author Vincent Chalamon <[email protected]>
34+
*
3435
* @experimental
3536
*/
3637
final class ExtractorResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Creates a resource metadata from {@see Resource} annotations.
2222
*
2323
* @author Antoine Bluchet <[email protected]>
24+
*
2425
* @experimental
2526
*/
2627
final class FiltersResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* * operation input/output formats
3131
*
3232
* @author Kévin Dunglas <[email protected]>
33+
*
3334
* @experimental
3435
*/
3536
final class FormatsResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* Transforms the given input/output metadata to a normalized one.
2323
*
2424
* @author Antoine Bluchet <[email protected]>
25+
*
2526
* @experimental
2627
*/
2728
final class InputOutputResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* This operation helps to generate resource IRI for items.
2828
*
2929
* @author Vincent Chalamon <[email protected]>
30+
*
3031
* @experimental
3132
*/
3233
final class NotExposedOperationResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* Creates a resource metadata from {@see Resource} annotations.
2222
*
2323
* @author Antoine Bluchet <[email protected]>
24+
*
2425
* @experimental
2526
*/
2627
final class OperationNameResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Extracts descriptions from PHPDoc.
2424
*
2525
* @author Kévin Dunglas <[email protected]>
26+
*
2627
* @experimental
2728
*/
2829
final class PhpDocResourceMetadataCollectionFactory implements ResourceMetadataCollectionFactoryInterface

0 commit comments

Comments
 (0)