Skip to content

Commit d48abff

Browse files
authored
Fix syntax error
1 parent f7f8123 commit d48abff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/Patch/PatchApplier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private function prepareRegistry($moduleName, $patchType)
294294
/**
295295
* Apply the given patch. The patch is and its aliases are added to the history.
296296
*/
297-
private function applyPatch((PatchInterface $patch): void
297+
private function applyPatch(PatchInterface $patch): void
298298
{
299299
$patch->apply();
300300
$this->patchHistory->fixPatch(get_class($schemaPatch));

0 commit comments

Comments
 (0)