Skip to content

Version 10 master update #272

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

Merged
merged 44 commits into from
Sep 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
ac5f9fd
AC-667: Create phpcs static check for EmailTemplateTest
jcuerdo Sep 7, 2021
0cb8f67
AC-667: Create phpcs static check for EmailTemplateTest
jcuerdo Sep 7, 2021
4a78a94
AC-667: Create phpcs static check for EmailTemplateTest
jcuerdo Sep 7, 2021
e4698fb
AC-667: Create phpcs static check for EmailTemplateTest
jcuerdo Sep 7, 2021
e4f5540
Update Magento2/ruleset.xml
jcuerdo Sep 8, 2021
2751031
AC-667: Create phpcs static check for EmailTemplateTest
jcuerdo Sep 8, 2021
e3f4d87
Merge pull request #58 from magento-commerce/imported-magento-magento…
jcuerdo Sep 8, 2021
8b2cd90
AC-666: Create phpcs static check for CopyrightTest
eliseacornejo Sep 9, 2021
702cd60
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
76359c2
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
e2c2d07
AC-666: Create phpcs static check for CopyrightTest
eliseacornejo Sep 9, 2021
a25e2ca
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
dc49aaa
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
f4b0117
AC-666: Create phpcs static check for CopyrightTest
eliseacornejo Sep 9, 2021
64512dd
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
df14044
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
2f4c72e
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 9, 2021
7a6f29f
AC-666: Create phpcs static check for CopyrightTest
eliseacornejo Sep 9, 2021
a2864d2
AC-666: Create phpcs static check for CopyrightTest
eliseacornejo Sep 13, 2021
74c47b2
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 13, 2021
dae1ab3
AC-661: Create phpcs static check for XmlTest
jcuerdo Sep 13, 2021
d528da6
AC-666: Static check for CopyrightTest for another extensions files
eliseacornejo Sep 13, 2021
6a735c1
AC-666: Static check for CopyrightTest for another extensions files
eliseacornejo Sep 13, 2021
9b4da0c
Merge pull request #60 from magento-commerce/imported-magento-magento…
jcuerdo Sep 13, 2021
0d6cb3c
Merge pull request #61 from magento-commerce/imported-magento-magento…
eliseacornejo Sep 13, 2021
26a3b65
Merge branch 'develop' of github.com:magento/magento-coding-standard …
eliseacornejo Sep 13, 2021
b00d7cf
Merge pull request #62 from magento-commerce/imported-magento-magento…
eliseacornejo Sep 13, 2021
ef00afd
Fixed wrongly returning error for valid descriptions
svera Sep 13, 2021
95c56c9
Update Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php
svera Sep 14, 2021
2a57af8
Update Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php
svera Sep 14, 2021
f209db6
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
1ed4156
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
efaffac
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
62e0fc1
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
5b4b543
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
0c29f5b
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
3fb9cba
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
d238849
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
e92e17d
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
0fb55fc
Fixed wrongly returning error for valid descriptions
svera Sep 14, 2021
a25482e
Merge pull request #63 from magento-commerce/imported-svera-magento-c…
svera Sep 14, 2021
813a761
Increased version to 10
svera Sep 14, 2021
f7df455
Increased version to 10
svera Sep 14, 2021
ec62c5c
Merge pull request #65 from magento-commerce/imported-svera-magento-c…
sivaschenko Sep 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed wrongly returning error for valid descriptions
  • Loading branch information
svera committed Sep 14, 2021
commit 62e0fc11dc03994fb290e6986b7724d536f3a4bf
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Classes/AbstractApiSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AbstractApiSniff implements Sniff
{

/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Classes/DiscouragedDependenciesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DiscouragedDependenciesSniff implements Sniff
const CONSTRUCT_METHOD_NAME = '__construct';

/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Exceptions/DirectThrowSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class DirectThrowSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
* phpcs:disable Generic.Files.LineLength.TooLong
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Exceptions/ThrowCatchSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ThrowCatchSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class TryProcessSystemResourcesSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Functions/StaticFunctionSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class StaticFunctionSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Legacy/MageEntitySniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class MageEntitySniff implements Sniff
{
/**
* String representation of error.
* Representation of error.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Methods/DeprecatedModelMethodSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DeprecatedModelMethodSniff implements Sniff
const RESOURCE_METHOD = "getResource";

/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/NamingConvention/InterfaceNameSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class InterfaceNameSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/PHP/GotoSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class GotoSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
4 changes: 1 addition & 3 deletions Magento2/Sniffs/PHP/ReturnValueCheckSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class ReturnValueCheckSniff implements Sniff
{
/**
* String representation of error.
* Representation of error.
*
* @var string
*/
Expand Down Expand Up @@ -46,8 +46,6 @@ class ReturnValueCheckSniff implements Sniff
protected $tokens = [];

/**
* PHP_CodeSniffer file.
*
* @var File
*/
protected $file;
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/PHP/VarSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class VarSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Performance/ForeachArrayMergeSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class ForeachArrayMergeSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/SQL/RawQuerySniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class RawQuerySniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
4 changes: 2 additions & 2 deletions Magento2/Sniffs/Security/LanguageConstructSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
class LanguageConstructSniff implements Sniff
{
/**
* String representation of error.
* Representation of error.
*
* @var string
*/
protected $errorMessage = 'Use of %s language construct is discouraged.';

/**
* String representation of backtick error.
* Representation of backtick error.
*
* phpcs:disable Generic.Files.LineLength
*
Expand Down
4 changes: 2 additions & 2 deletions Magento2/Sniffs/Security/SuperglobalSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
class SuperglobalSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
protected $warningMessage = 'Direct use of %s Superglobal detected.';

/**
* String representation of error.
* Representation of error.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Security/XssTemplateSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class XssTemplateSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Strings/ExecutableRegExSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class ExecutableRegExSniff implements Sniff
{
/**
* String representation of error.
* Representation of error.
*
* phpcs:disable Generic.Files.LineLength
*
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Strings/StringConcatSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class StringConcatSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
4 changes: 2 additions & 2 deletions Magento2/Sniffs/Templates/ThisInTemplateSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ThisInTemplateSniff implements Sniff
protected $warningCodeFoundHelper = 'FoundHelper';

/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand All @@ -35,7 +35,7 @@ class ThisInTemplateSniff implements Sniff
protected $warningCodeFoundThis = 'FoundThis';

/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion Magento2/Sniffs/Whitespace/MultipleEmptyLinesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class MultipleEmptyLinesSniff implements Sniff
{
/**
* String representation of warning.
* Representation of warning.
*
* @var string
*/
Expand Down