Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit d03938f

Browse files
committed
Fixed syntax issues
1 parent d67b4ad commit d03938f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Installer/NewCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Console\Input\InputInterface;
1616
use Symfony\Component\Console\Output\OutputInterface;
1717
use Symfony\Installer\Exception\AbortException;
18-
use Symfony\Component\Console\Question\ConfirmationQuestion;
1918

2019
/**
2120
* This command creates new Symfony projects for the given Symfony version.
@@ -178,7 +177,7 @@ protected function checkSymfonyVersionIsInstallable()
178177
"been published as a package yet. Read the following article for\n".
179178
"an alternative installation method:\n\n".
180179
"> How to Install or Upgrade to the Latest, Unreleased Symfony Version\n".
181-
"> http://symfony.com/doc/current/cookbook/install/unstable_versions.html",
180+
'> http://symfony.com/doc/current/cookbook/install/unstable_versions.html',
182181
$this->version
183182
));
184183
}

0 commit comments

Comments
 (0)