Skip to content

Commit

Permalink
Fix: Do not replace friendsofphp/php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 3, 2023
1 parent 31590e5 commit c46951f
Show file tree
Hide file tree
Showing 36 changed files with 1,181 additions and 99 deletions.
1,150 changes: 1,147 additions & 3 deletions .php-cs-fixer.php

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@
"ergebnis/composer-normalize": "^2.29.0",
"ergebnis/data-provider": "^1.3.0",
"ergebnis/license": "^2.1.0",
"ergebnis/php-cs-fixer-config": "~5.0.0",
"fakerphp/faker": "^1.21.0",
"rector/rector": "~0.15.11",
"vimeo/psalm": "^5.6.0"
},
"replace": {
"friendsofphp/php-cs-fixer": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand Down
60 changes: 1 addition & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Collector/Collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Collector/DefaultCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Comparator/DurationComparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidMaximumCount.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidMaximumDuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Formatter/DurationFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Formatter/ToMillisecondsDurationFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MaximumCount.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/MaximumDuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Reporter/DefaultReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Reporter/Reporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/SlowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Subscriber/TestPassedSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Subscriber/TestPreparedSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Subscriber/TestRunnerExecutionFinishedSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/TimeKeeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Double/Collector/AppendingCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Double/Reporter/CountingReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Double/Reporter/NullReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/Sleeper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/WithMaximumNumber10/SleeperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/WithMaximumNumber3/SleeperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Comparator/DurationComparatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Console/ColorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Exception/InvalidMaximumCountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Exception/InvalidMaximumDurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/MaximumCountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/MaximumDurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion test/Util/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* Copyright (c) 2021-2023 Andreas Möller
* Copyright (c) 2021-2023 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE.md file that was distributed with this source code.
Expand Down

0 comments on commit c46951f

Please sign in to comment.