Uh oh!
There was an error while loading. Please reload this page.
chore: workaround for php-cs-fixer 3.63 - #9152
Merged
kenjis merged 1 commit intoAug 27, 2024
Merged
Conversation
kenjisforce-pushed
the
temp-fix-for-php-cs-fixer-3.63
branch
from
August 27, 2024 00:37
5aa41b6 to
6eaaa60CompareMGatner
approved these changes
Aug 27, 2024
kenjis
commented
Aug 27, 2024
MemberAuthor
@paulbalandan I cannot reproduce these changes with a plain php-cs-fixer and the following files. <?php$uri = new \CodeIgniter\HTTP\URI('***example.com:21/some/path');<?php$finder = \PhpCsFixer\Finder::create()
->exclude('somedir')
->notPath('src/Symfony/Component/Translation/Tests/fixtures/resources.php')
->in(__DIR__);
$config = new \PhpCsFixer\Config();
return$config->setRules([
'@PSR12' => true,
'fully_qualified_strict_types' => [
'import_symbols' => false,
'leading_backslash_in_global_namespace' => true,
],
])->setFinder($finder);$ tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diffPHP CS Fixer 3.63.1 7th Gear by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.2.20Running analysis on 1 core sequentially.You can enable parallel runner and speed up the analysis! Please see usage docs for more information.Loaded config default from "/Users/kenji/work/php/php-cs-fixer-test/.php-cs-fixer.php".Using cache file ".php-cs-fixer.cache". 1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Fixed 0 of 1 files in 0.025 seconds, 14.00 MB memory used |
This was referenced Aug 27, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
https://github.com/codeigniter4/CodeIgniter4/actions/runs/10569308633/job/29281890072?pr=9151
Checklist: