Skip to content

Commit

Permalink
Update Consistence Coding Standard, PHPUnit and PHPCodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-bruha committed Dec 29, 2018
1 parent 6e7a42e commit 5483ee0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -15,16 +15,16 @@
"require": {
"php": "^7.1",
"brianium/paratest": "^2.1",
"consistence/coding-standard": "^3.5",
"consistence/coding-standard": "^3.7",
"cweagans/composer-patches": "^1.6",
"infection/infection": "^0.10",
"php-mock/php-mock-phpunit": "^2.1",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-nette": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.4",
"phpunit/phpunit": "^7.5",
"slevomat/coding-standard": "^4.8",
"squizlabs/php_codesniffer": "^3.3",
"squizlabs/php_codesniffer": "^3.4",
"stesie/phpcs-doctrine-annotation-rules": "^1.2"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions ruleset.xml
Expand Up @@ -18,6 +18,7 @@
<exclude name='Generic.Files.LowercasedFilename.NotFound'/>
<exclude name='Generic.Formatting.NoSpaceAfterCast.SpaceFound'/>
<exclude name='Generic.Formatting.SpaceAfterNot.Incorrect'/>
<exclude name='Generic.Formatting.SpaceBeforeCast.NoSpace'/>
<exclude name='Generic.Functions.OpeningFunctionBraceBsdAllman.BraceOnSameLine'/>
<exclude name='Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine'/>
<exclude name='Generic.PHP.ClosingPHPTag.NotFound'/>
Expand Down
1 change: 1 addition & 0 deletions src/ruleset.xml
Expand Up @@ -18,6 +18,7 @@
<exclude name='Generic.Files.LowercasedFilename.NotFound'/>
<exclude name='Generic.Formatting.NoSpaceAfterCast.SpaceFound'/>
<exclude name='Generic.Formatting.SpaceAfterNot.Incorrect'/>
<exclude name='Generic.Formatting.SpaceBeforeCast.NoSpace'/>
<exclude name='Generic.Functions.OpeningFunctionBraceBsdAllman.BraceOnSameLine'/>
<exclude name='Generic.Functions.OpeningFunctionBraceKernighanRitchie.BraceOnNewLine'/>
<exclude name='Generic.PHP.ClosingPHPTag.NotFound'/>
Expand Down
Expand Up @@ -3,7 +3,7 @@
namespace Tests\Integration\CustomRules\Sniffs\Commenting\Data;

/**
* Class ClassSniffSuccess
* Class ConstructorSniffSuccess
*
* @package Tests\Integration\CustomRules\Sniffs\Commenting\Data
*/
Expand Down

0 comments on commit 5483ee0

Please sign in to comment.