Skip to content

chore: fix cs in entry point file#9064

Merged
gharlan merged 1 commit intoPHP-CS-Fixer:masterfrom
gharlan:cs
Sep 15, 2025
Merged

chore: fix cs in entry point file#9064
gharlan merged 1 commit intoPHP-CS-Fixer:masterfrom
gharlan:cs

Conversation

@gharlan
Copy link
Copy Markdown
Member

@gharlan gharlan commented Sep 15, 2025

No description provided.

Comment thread php-cs-fixer
if (!extension_loaded($extension)) {
fwrite(\STDERR, sprintf("PHP extension ext-%s is missing from your system. Install or enable it.\n", $extension));
if (!\extension_loaded($extension)) {
fwrite(\STDERR, \sprintf("PHP extension ext-%s is missing from your system. Install or enable it.\n", $extension));
Copy link
Copy Markdown
Member Author

@gharlan gharlan Sep 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why it didn't fail in #9063?
Locally it is fixed by composer cs:fix

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 94.54% (-0.01%) from 94.55%
when pulling 494818f on gharlan:cs
into f197394 on PHP-CS-Fixer:master.

@gharlan gharlan merged commit 3a73c48 into PHP-CS-Fixer:master Sep 15, 2025
31 of 32 checks passed
@gharlan gharlan deleted the cs branch September 15, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants