Skip to content

Commit 21aad96

Browse files
authored
Merge pull request #530 from phparkitect/claude/dependabot-php-updates-01VgJSidGavWaa3yQXkTfB4e
deps: add versioning-strategy increase for composer
2 parents a8be67f + f66345b commit 21aad96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ updates:
88
time: "09:00"
99
timezone: "Europe/Rome"
1010
open-pull-requests-limit: 5
11+
versioning-strategy: increase
1112
commit-message:
1213
prefix: "deps"
1314
include: "scope"

src/PHPUnit/ArchRuleCheckerConstraintAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function toString(): string
6060
}
6161

6262
protected function matches(
63-
/** @var $rule ArchRule */
63+
/** @var ArchRule $rule */
6464
$other
6565
): bool {
6666
$this->runner->check(

0 commit comments

Comments
 (0)