-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
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:
* AddSeeTestAnnotationRector |
@sammyskills Do you think #8367 (comment) is a bug in AddSeeTestAnnotationRector? |
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) |
i am on mobile, iirc, |
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I accidentally added these changes...
Description
Update by php-cs-fixer v3.42.0
Checklist: