Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php-cs-fix 3.23.0, phpstan 1.10.29 #3714

Merged
merged 8 commits into from
Sep 12, 2023
Merged

php-cs-fix 3.23.0, phpstan 1.10.29 #3714

merged 8 commits into from
Sep 12, 2023

Conversation

pmattmann
Copy link
Member

@pmattmann pmattmann commented Aug 15, 2023

closes #3710

Copy link
Member

@usu usu left a comment

Choose a reason for hiding this comment

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

  • Did you find out, where the changes were coming from? It seems related to phpdoc_add_missing_param_annotation, but I didn't see any changes on this related to php-cs-fixer 3.23.0
  • I would prefer proper PHP type declarations instead of only type annotations (where possible)
  • Many of the mixed types could actually be typed properly (string, array, etc.). I would prefer that we fix this already know (at least the easy ones). Once this is merged, it becomes more difficult to differentiate the real "mixed" vs. the lazy "mixed" ones

@pmattmann
Copy link
Member Author

  • Many of the mixed types could actually be typed properly (string, array, etc.). I would prefer that we fix this already know (at least the easy ones). Once this is merged, it becomes more difficult to differentiate the real "mixed" vs. the lazy "mixed" ones

I agree - let me try

@pmattmann pmattmann requested a review from usu August 15, 2023 15:34
…tation

This reverts the change of CreateColumnLayoutTest of commit 0a3d499,
because then we would need to change the interface of all child classes.
Psalm, phpstan and php-cs-fixer don't complain, we can do that later.
@BacLuc BacLuc added this pull request to the merge queue Sep 12, 2023
Merged via the queue into ecamp:devel with commit a33bc34 Sep 12, 2023
23 of 26 checks passed
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.

None yet

3 participants