Skip to content

Commit 364acc6

Browse files
committed
eol
1 parent f218f12 commit 364acc6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
name: 'Composer Validate'
2121
run: composer validate --ansi
2222

23-
-
24-
name: 'Rector'
25-
run: composer rector --ansi
23+
# temporary disable due to missing method PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getSealedTagValues() due requirement of latest phpdoc-parser
24+
# -
25+
# name: 'Rector'
26+
# run: composer rector --ansi
2627

2728
-
2829
name: 'Coding Standard'

tests/Issues/InstantiateMaximumIgnoredErrorCountRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public function testInstantiation(): void
1313
$rule = new \Symplify\PHPStanRules\Rules\MaximumIgnoredErrorCountRule(10);
1414
$this->assertInstanceOf(\Symplify\PHPStanRules\Rules\MaximumIgnoredErrorCountRule::class, $rule);
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)