Skip to content

Commit 6e655a6

Browse files
committed
Ran cs fixer
Mostly just updates to the header comments, but also on instance of an array push.
1 parent f4335de commit 6e655a6

26 files changed

+27
-26
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workflows:
1313
jobs:
1414
lint:
1515
docker:
16-
- image: circleci/php:7.2-cli
16+
- image: circleci/php:7.4-cli
1717
steps:
1818
- checkout
1919
- run: { name: "Install dependencies", command: sudo composer self-update && composer install -n --prefer-dist }

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ vendor/
44
build/
55
.php_cs.cache
66
clover.xml
7+
/php-cs-fixer.phar

scripts/create-redirector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

@@ -27,7 +27,7 @@
2727
return \version_compare($b, $a);
2828
});
2929

30-
\array_push($tags, 'master');
30+
$tags[] = 'master';
3131

3232
$newestTag = $tags[0];
3333
$repoParts = \explode('/', $travisRepoSlug);

src/Cache/Delivery/CacheClearer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/Cache/Delivery/CacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/Command/Delivery/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/Command/Delivery/InfoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/ContentfulBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/Controller/Delivery/ProfilerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/DataCollector/Delivery/ClientDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/DependencyInjection/ClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/DependencyInjection/Compiler/ProfilerControllerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/DependencyInjection/ContentfulExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

src/DependencyInjection/SymfonyIntegration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/Cache/Delivery/CacheClearerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/Cache/Delivery/CacheWarmerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/Command/Delivery/DebugCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/Command/Delivery/InfoCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/ContentfulBundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/DataCollector/Delivery/ClientDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/DependencyInjection/ClientFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/DependencyInjection/Compiler/ProfilerControllerPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/DependencyInjection/ContentfulExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

tests/Unit/DependencyInjection/SymfonyIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of the contentful/contentful-bundle package.
55
*
6-
* @copyright 2015-2020 Contentful GmbH
6+
* @copyright 2015-2021 Contentful GmbH
77
* @license MIT
88
*/
99

0 commit comments

Comments
 (0)