Skip to content

Commit 979df01

Browse files
ENGCOM-5108: Grammatical mistake in the comments #22858
- Merge Pull Request #22858 from sudhanshu-bajaj/magento2:bajaj-patch-1 - Merged commits: 1. 0153a58 2. a7f9cc3
2 parents ce523d9 + a7f9cc3 commit 979df01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct(PatchFactory $patchFactory, PatchHistory $patchHisto
6868
/**
6969
* Register all dependents to patch
7070
*
71-
* @param string | DependentPatchInterface $patchName
71+
* @param string|DependentPatchInterface $patchName
7272
*/
7373
private function registerDependents(string $patchName)
7474
{
@@ -130,6 +130,8 @@ private function getDependentPatches(string $patch)
130130
}
131131

132132
/**
133+
* Get patch dependencies.
134+
*
133135
* @param string $patch
134136
* @return string[]
135137
*/

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ interface PatchVersionInterface
1818
* this patch will be added to registry, but will not be applied, because it is already applied
1919
* by old mechanism of UpgradeData.php script
2020
*
21-
*
2221
* @return string
2322
* @deprecated since appearance, required for backward compatibility
2423
*/

0 commit comments

Comments
 (0)