- Issue created by @Shanu Chouhan
- Issue was unassigned.
- Status changed to Closed: outdated
over 1 year ago 1:39pm 16 May 2023 - 🇪🇸Spain aleix
Code has changed a lot prior to release and cs is already done. Thank's anyway Shanu
Module's code contains several Drupal Coding Standards issues. This task is created to fix them.
Run the command:
phpcs --standard=Drupal
/web/modules/contrib/social_auth_nextcloud/
Fix the following coding standards issues and upload the patch or create an MR with fixes.
FILE: \modules\contrib\social_auth_nextcloud\src\NextcloudAuthManager.php
---------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
---------------------------------------------------------------------------------------------------------
FILE: \modules\contrib\social_auth_nextcloud\src\Plugin\Network\NextcloudAuth.php
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
-----------------------------------------------------------------------------------------------------------------
FILE: \modules\contrib\social_auth_nextcloud\tests\src\Functional\SocialAuthNextcloudLoginBlockTest.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
---------------------------------------------------------------------------------------------------------------------------------------
FILE: \modules\contrib\social_auth_nextcloud\tests\src\Functional\SocialAuthNextcloudSettingsFormTest.php
-----------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
-----------------------------------------------------------------------------------------------------------------------------------------
Closed: outdated
4.0
Code
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Code has changed a lot prior to release and cs is already done. Thank's anyway Shanu