Skip to content

Commit d66197f

Browse files
author
Olga Kopylova
committed
MAGETWO-35352: Move Unit-test According To New Design
- fixed code style
1 parent bdc10d6 commit d66197f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/internal/Magento/Framework/Console/CommandList.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ public function getCommands()
5252

5353
return $commands;
5454
}
55-
5655
}

lib/internal/Magento/Framework/Setup/Option/AbstractConfigOption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getFrontendType()
5353

5454
/**
5555
* No base validation
56-
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
56+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
5757
* @param mixed $data
5858
* @return void
5959
*/

0 commit comments

Comments
 (0)