Skip to content

Feature/update v13#6

Draft
d-s-codappix wants to merge 6 commits intomasterfrom
feature/updateV13
Draft

Feature/update v13#6
d-s-codappix wants to merge 6 commits intomasterfrom
feature/updateV13

Conversation

@d-s-codappix
Copy link

@d-s-codappix d-s-codappix commented Sep 24, 2025

This PR only exists to have the CI reporting the current state.
It should be closed in the end and in favour of upstream PR visol#62

@d-s-codappix d-s-codappix self-assigned this Sep 24, 2025
@saccas saccas deleted a comment from github-actions bot Sep 24, 2025
@d-s-codappix d-s-codappix force-pushed the feature/updateV13 branch 4 times, most recently from 482d628 to 2aaa3d3 Compare September 24, 2025 07:08
In order to execute all important code.
That way PHPUnit can report PHP warnings and deprecations triggered by
the code.
Those were found by test coverage.
use PHP_CodeSniffer\Standards\PSR2\Sniffs\ControlStructures\ControlStructureSpacingSniff as PSR2ControlStructureSpacingSniff;
use PHP_CodeSniffer\Standards\PSR2\Sniffs\Methods\FunctionCallSignatureSniff as MethodsFunctionCallSignatureSniff;
use PHP_CodeSniffer\Standards\Squiz\Sniffs\WhiteSpace\OperatorSpacingSniff;
use PhpCsFixer\Fixer\ArrayNotation\ArraySyntaxFixer;
Copy link

Choose a reason for hiding this comment

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

There are more use statements than classes used in the static function (e.g. PhpCsFixer\Fixer\ArrayNotation\ArraySyntaxFixer). Is it necessary to keep them here?

Copy link
Author

Choose a reason for hiding this comment

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

I've copied the file from EXT:variables and didn't check anything.
I'll have a look and clean things up, and will bring this change to EXT:variables as well.

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