Skip to content

Commit 21f8c17

Browse files
Remove comment from ruleset and add dev dependency
1 parent 19c433f commit 21f8c17

File tree

3 files changed

+166
-3
lines changed

3 files changed

+166
-3
lines changed

Brianvarskonst/ruleset.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<!-- Exclude conflicting rules -->
3232
<exclude name="PSR12.Files.OpenTag.NotAlone" />
3333
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock" />
34-
<!-- https://github.com/mayflower/Brianvarskonst-coding-standard/issues/167 -->
3534
<exclude name="PSR12.Files.FileHeader.IncorrectGrouping" />
3635
</rule>
3736

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"ergebnis/composer-normalize": "^2.8",
3636
"phpstan/phpstan": "^1",
3737
"phpstan/phpstan-strict-rules": "^1",
38-
"phpunit/phpunit": "^9.3"
38+
"phpunit/phpunit": "^9.3",
39+
"symfony/var-dumper": "^7.1"
3940
},
4041
"autoload": {
4142
"psr-4": {

composer.lock

Lines changed: 164 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)