Skip to content

Commit 13d1bd2

Browse files
committed
ACP2E-1709: error during declarative schema whitelsit generation
1 parent 120a956 commit 13d1bd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Developer/Model/Setup/Declaration/Schema/WhitelistGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ private function getElementsWithFixedName(array $tableData): array
185185
* @param array $tableData
186186
* @return array
187187
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
188-
* @SuppressWarnings(PHPMD.NPathComplexity)
189188
*/
190189
private function getElementsWithAutogeneratedName(Schema $schema, string $tableName, array $tableData) : array
191190
{

0 commit comments

Comments
 (0)