We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be7287 commit a75ef2aCopy full SHA for a75ef2a
src/Patch/Data/AggregatedPatch.php
@@ -65,7 +65,7 @@ class AggregatedPatch implements AggregatedPatchInterface
65
/**
66
* @var string
67
*/
68
- private $requirements;
+ private $requirements = '';
69
70
71
* @param string $id
@@ -91,7 +91,7 @@ public function __construct(
91
string $replacedWith,
92
bool $isDeprecated,
93
array $items,
94
- string $requirements
+ string $requirements = ''
95
) {
96
97
$this->id = $id;
src/Patch/PatchBuilder.php
@@ -87,7 +87,7 @@ class PatchBuilder
87
88
89
90
* @param Filesystem $filesystem
0 commit comments