User tests: Successful: Unsuccessful:
Extend Events related deprecation till Joomla 7.
Code review
Please select:
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I think the phpstans error can be ignored here, because here is no real code changes, only comments.
Hmm, no, they would require to change the baseline file, as the deprecation doc block comments are changed with this PR, so they cause new messages for PHPstan.
I see, so need to edit them in baseline file, okay
Labels |
Added:
Feature
PR-5.4-dev
|
Hm, not sure what is wrong with phpstan, on local run it does not show the error after update of baseline file
@Fedik P.S.: WHen running PHPstan it is important that the branch is clean and up to date. Clean means there are no composer dependencies from previous runs of composer install
for other branches. To be sure of that, I always do a git clean -d -x -f
and then a git checkout .
to get rid of any changes, then maybe a git pull
to be sure the local branch is up to date with the remove, then run composer install
and then you can use phpstan.
@Fedik P.P.S.: If you now check the changes om the phpstan-baseline.neon file in your PR you will see that there are no new entries, and only the version in the message has changed from 6 to 7. Maybe you can add this information to the testing instructions for reviewers.
@Fedik P.P.S.: If you now check the changes of the phpstan-baseline.neon file in your PR you will see that there are no new entries, and only the version in the message has changed from 6 to 7. Maybe you can add this information to the testing instructions for reviewers.
@richard67 thanks!
I tried on "up to date" branch, but maybe still were something missed
Final check before merge: Scrolled through file changes, including phpstan-baseline.neon
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-08-09 12:08:48 |
Closed_By | ⇒ | muhme |
Yes, I just added it for both PRs joomla/Manual#493
I think the phpstans error can be ignored here, because here is no real code changes, only comments.