Skip to content

Commit 1691a42

Browse files
heiglandreasxabbuh
andauthored
Fix a merge-conflict residue (#1021)
* Fix a merge-conflict residue Due to the merge-conflict marker the code could not be executed and failed CI * Update src/Downloader.php Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com> --------- Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent 96f355d commit 1691a42

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Downloader.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ class Downloader
5151
private $enabled = true;
5252
private $composer;
5353

54-
<<<<<<< HEAD
55-
public function __construct(Composer $composer, IoInterface $io, HttpDownloader $rfs)
56-
=======
57-
public function __construct(Composer $composer, IOInterface $io, $rfs)
58-
>>>>>>> 1.x
54+
public function __construct(Composer $composer, IOInterface $io, HttpDownloader $rfs)
5955
{
6056
if (getenv('SYMFONY_CAFILE')) {
6157
$this->caFile = getenv('SYMFONY_CAFILE');

0 commit comments

Comments
 (0)