Skip to content

Commit cfdd6b3

Browse files
committed
Merge pull request #427 from dunglas/analysis-XVr24V
Applied fixes from StyleCI
2 parents 1095833 + c4ec644 commit cfdd6b3

File tree

143 files changed

+143
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+143
-143
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

features/bootstrap/HydraContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Action/ActionUtilTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Action/GetCollectionAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Action/GetItemAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Action/PostCollectionAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Action/PutItemAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Annotation/Property.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Annotation/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/CollectionDataProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/FilterCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/FilterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/IriConverterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/ItemDataProviderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/OperationMethodResolverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/PaginatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/ResourceClassResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/ResourceClassResolverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Api/UrlGeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/EventListener/ManagerViewListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/CollectionDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/FilterExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/OrderExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Extension/QueryResultExtensionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Filter/DateFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Filter/FilterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Filter/OrderFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Filter/RangeFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Filter/SearchFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/ItemDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Metadata/Property/ItemMetadataFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Paginator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Util/QueryChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Doctrine/Orm/Util/QueryNameGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/FosUser/EventListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Symfony/Bundle/ApiPlatformBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DoctrineQueryExtensionPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/FilterPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the API Platform Builder package.
4+
* This file is part of the API Platform project.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

0 commit comments

Comments
 (0)