Uh oh!
There was an error while loading. Please reload this page.
style: update coding style by php-cs-fixer v3.42.0 - #8367
Conversation
Update by php-cs-fixer v3.42.0
Rector adds unneeded
1) system/Commands/Database/MigrateStatus.php:18
---------- begin diff ----------
@@ @@
* Displays a list of all migrations and whether they've been run or not.
*
* @see MigrateStatusTest
+ * @see \CodeIgniter\Commands\Database\MigrateStatusTest
*/
class MigrateStatus extends BaseCommand
{
----------- end diff -----------
Applied rules:
* AddSeeTestAnnotationRectorhttps://github.com/codeigniter4/CodeIgniter4/actions/runs/7320300308/job/19939228674?pr=8367 |
kenjis
commented
Dec 25, 2023
@sammyskills Do you think #8367 (comment) is a bug in AddSeeTestAnnotationRector? |
sammyskills
commented
Dec 25, 2023
No, I don't think so. From the docs:
So, the FQN annotation should be used instead. |
@sammyskills Sorry, I was confused. But thank you for your comment. I mean @samsonasik See #8367 (comment) |
samsonasik
commented
Dec 25, 2023
i am on mobile, iirc, |
kenjis
commented
Dec 25, 2023
@sammyskills@samsonasik Thank you. |
| /** @param array<array-key, string> $matches */ | ||
| function (array $matches): string { | ||
| return $this->cssMatcher($matches); | ||
| }; |
There was a problem hiding this comment.
Oh, I accidentally added these changes...
Description
Update by php-cs-fixer v3.42.0
Checklist: