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

Commit 9a52ae8

Browse files
committed
minor #209 Remove unnecessary properties (ogizanagi)
This PR was merged into the 1.0-dev branch. Discussion ---------- Remove unnecessary properties Those properties have been moved to the `DownloadCommand` in #205 Commits ------- 1dd265d Remove unnecessary properties
2 parents a5a9e20 + 1dd265d commit 9a52ae8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Installer/DemoCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
*/
2424
class DemoCommand extends DownloadCommand
2525
{
26-
protected $downloadedFilePath;
27-
protected $requirementsErrors = array();
28-
2926
protected function configure()
3027
{
3128
$this

0 commit comments

Comments
 (0)