Skip to content

Commit 1dc48d6

Browse files
committed
Update PHPStan Pro branch
1 parent 9369822 commit 1dc48d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/FixerApplication.php

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

0 commit comments

Comments
 (0)