Skip to content

Commit e4a6a08

Browse files
ondrejmirtesphpstan-bot
authored andcommitted
Start using 2.1.x branch of PHPStan Pro
1 parent 26bc540 commit e4a6a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/FixerApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private function downloadPhar(
302302
): void
303303
{
304304
$currentVersion = null;
305-
$branch = '2.0.x';
305+
$branch = '2.1.x';
306306
if (is_file($pharPath) && is_file($infoPath)) {
307307
/** @var array{version: string, date: string, branch?: string} $currentInfo */
308308
$currentInfo = Json::decode(FileReader::read($infoPath), Json::FORCE_ARRAY);

0 commit comments

Comments
 (0)