Skip to content

Commit a75ef2a

Browse files
committed
ACP2E-1963: Add warning to the QPT CLI wizard/output in case patch has dependencies
1 parent 4be7287 commit a75ef2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Patch/Data/AggregatedPatch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class AggregatedPatch implements AggregatedPatchInterface
6565
/**
6666
* @var string
6767
*/
68-
private $requirements;
68+
private $requirements = '';
6969

7070
/**
7171
* @param string $id
@@ -91,7 +91,7 @@ public function __construct(
9191
string $replacedWith,
9292
bool $isDeprecated,
9393
array $items,
94-
string $requirements
94+
string $requirements = ''
9595
) {
9696

9797
$this->id = $id;

src/Patch/PatchBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class PatchBuilder
8787
/**
8888
* @var string
8989
*/
90-
private $requirements;
90+
private $requirements = '';
9191

9292
/**
9393
* @param Filesystem $filesystem

0 commit comments

Comments
 (0)