Skip to content

Commit c3324df

Browse files
committed
Updated dependencies
1 parent 73cc6c5 commit c3324df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SlevomatCodingStandard/Sniffs/Classes/BackedEnumTypeSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BackedEnumTypeSpacingSniff implements Sniff
2323
public $spacesCountBeforeColon = 0;
2424

2525
/** @var int */
26-
public $spacesCountBeforeType = 1;
26+
public $spacesCountBeforeType = 1;
2727

2828
/**
2929
* @return array<int, (int|string)>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"require-dev": {
2424
"phing/phing": "2.17.3",
2525
"php-parallel-lint/php-parallel-lint": "1.3.2",
26-
"phpstan/phpstan": "1.4.10|1.7.15",
26+
"phpstan/phpstan": "1.4.10|1.8.0",
2727
"phpstan/phpstan-deprecation-rules": "1.0.0",
2828
"phpstan/phpstan-phpunit": "1.0.0|1.1.1",
29-
"phpstan/phpstan-strict-rules": "1.2.3",
29+
"phpstan/phpstan-strict-rules": "1.3.0",
3030
"phpunit/phpunit": "7.5.20|8.5.21|9.5.21"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)