Skip to content

Commit 5632f45

Browse files
committed
Fix PHP CS errors
1 parent 602d6a1 commit 5632f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ public function __construct(ResourceConnection $resourceConnection)
5656
* Read and cache data patches from db
5757
*
5858
* All patches are store in patch_list table
59-
* @see self::TABLE_NAME
6059
*
61-
* @return array
60+
* @see self::TABLE_NAME
61+
* @return string[]
6262
*/
6363
private function getAppliedPatches()
6464
{
@@ -94,7 +94,7 @@ public function fixPatch($patchName)
9494
/**
9595
* Revert patch from history
9696
*
97-
* @param $patchName
97+
* @param string $patchName
9898
* @return void
9999
*/
100100
public function revertPatchFromHistory($patchName)

0 commit comments

Comments
 (0)