feat(email): Add email accounts management feature (#254) #307
Annotations
6 errors and 10 warnings
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Functions/Email_Account_Functions_Test.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-email-account-functions-test.php, but found Email_Account_Functions_Test.php.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Functions/Email_Account_Functions_Test.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected email-account-functions-test.php, but found Email_Account_Functions_Test.php.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Models/Email_Account_Test.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-email-account-test.php, but found Email_Account_Test.php.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Models/Email_Account_Test.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected email-account-test.php, but found Email_Account_Test.php.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Limitations/Limit_Email_Accounts_Test.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-limit-email-accounts-test.php, but found Limit_Email_Accounts_Test.php.
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Limitations/Limit_Email_Accounts_Test.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected limit-email-accounts-test.php, but found Limit_Email_Accounts_Test.php.
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-microsoft365-provider.php#L465
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-microsoft365-provider.php#L436
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-microsoft365-provider.php#L410
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-google-workspace-provider.php#L601
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-google-workspace-provider.php#L467
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-google-workspace-provider.php#L441
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/integrations/email-providers/class-google-workspace-provider.php#L415
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See https://www.php.net/function.rawurlencode and http://www.faqs.org/rfcs/rfc3986.html
|
|
Annotate PR with PHPCS results:
inc/database/email-accounts/class-email-account-query.php#L107
Possible useless method overriding detected
|
|
Annotate PR with PHPCS results:
tests/WP_Ultimo/Limitations/Limit_Email_Accounts_Test.php#L365
This comment is 45% valid code; is this commented out code?
|
|
Annotate PR with PHPCS results
Unexpected input(s) 'notices-as-failures', valid inputs are ['entryPoint', 'args', 'graceful-warnings', 'colorize', 'notices-as-warnings', 'errors-as-warnings', 'prepend-filename', 'prepend-source', 'files']
|
Loading