Skip to content

Commit 4be7287

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Patch/Data/Patch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Patch implements PatchInterface
7979
/**
8080
* @var string
8181
*/
82-
private $requirements;
82+
private $requirements = '';
8383

8484
/**
8585
* @param string $id
@@ -113,7 +113,7 @@ public function __construct(
113113
array $require,
114114
string $replacedWith,
115115
bool $isDeprecated,
116-
string $requirements
116+
string $requirements = ''
117117
) {
118118

119119
$this->id = $id;

0 commit comments

Comments
 (0)