mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 09:35:50 +03:00
[GH-ISSUE #485] Apply lint pattern with php-cs #102
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vitormattos on GitHub (Feb 14, 2022).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/485
Apply lint pattern with php-cs
Run the command
composer cs:fixto check if have fixes to do on files that you changed. After runcomposer cs:fix, only commit the files that you changed.Originally posted by @vitormattos in https://github.com/nextcloud/twofactor_gateway/issues/473#issuecomment-1039534881
Suggested todo:
composer cs:checkcomposer cs:fixand commit the fixes