Skip to content

Commit 611b096

Browse files
committed
Run phpstan-deprecation-rules in issue-bot
1 parent d4206c3 commit 611b096

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

issue-bot/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"league/commonmark": "^2.3",
88
"nette/neon": "^3.3",
99
"nette/utils": "^3.2",
10+
"phpstan/phpstan-deprecation-rules": "^2.0",
1011
"phpstan/phpstan-strict-rules": "^2.0",
1112
"symfony/console": "^6.1",
1213
"symfony/finder": "^6.1"

issue-bot/composer.lock

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

issue-bot/src/Console/RunCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ private function analyseHash(OutputInterface $output, int $phpVersion, Playgroun
7373
{
7474
$configFiles = [
7575
__DIR__ . '/../../playground.neon',
76+
__DIR__ . '/../../vendor/phpstan/phpstan-deprecation-rules/rules.neon',
7677
];
7778
if ($result->isBleedingEdge()) {
7879
$configFiles[] = __DIR__ . '/../../../conf/bleedingEdge.neon';

0 commit comments

Comments
 (0)