Skip to content

Commit 1a1f996

Browse files
authored
Use PHPStan 2.0 on CI (#18)
1 parent dca2484 commit 1a1f996

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TicketSwapErrorFormatter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public static function link(
168168
'{absolutePath}' => $absolutePath,
169169
'{editorUrl}' => $editorUrl === null ? '' : str_replace(
170170
['%relFile%', '%file%', '%line%'],
171-
[$relativePath, $absolutePath, $line],
171+
[$relativePath, $absolutePath, (string) $line],
172172
$editorUrl,
173173
),
174174
'{relativePath}' => $relativePath,

0 commit comments

Comments
 (0)