Skip to content

[v2] Update CI#174

Merged
Jibbarth merged 7 commits into
feature/upgrade-v2from
feature/update-ci
Jul 29, 2025
Merged

[v2] Update CI#174
Jibbarth merged 7 commits into
feature/upgrade-v2from
feature/update-ci

Conversation

@Jibbarth

Copy link
Copy Markdown

No description provided.

@Jibbarth Jibbarth marked this pull request as ready for review July 21, 2025 14:22
@Jibbarth Jibbarth requested a review from oallain July 21, 2025 14:23
@Jibbarth Jibbarth added the v2 label Jul 21, 2025
@Jibbarth Jibbarth changed the title [WIP] Update CI [v2] Update CI Jul 21, 2025
Comment thread ruleset/ruleset.xml
<arg name="extensions" value="php"/>
<rule ref="PSR12"/>
<rule ref="PSR12">
<!-- This rules doesn't match with single_line_empty_body -->

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should it match? Or is it OK like that?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

It's OK, PHPCSFixer is right in that case, and the following rule is wrong ;) (IMHO)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

To add context, this rule enforce

public function __construct(
   Blabla $blaba
+) {
+}

where as the single_line_empty_body from phpcsfixer allow

public function __construct(
   Blabla $blaba
+) {}

Base automatically changed from feature/PPSYL-138-payment-request to feature/upgrade-v2 July 29, 2025 12:07
@Jibbarth Jibbarth merged commit 5a0546a into feature/upgrade-v2 Jul 29, 2025
2 of 3 checks passed
@Jibbarth Jibbarth deleted the feature/update-ci branch July 29, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants