Skip to content

Commit d851bfc

Browse files
committed
MQE-478: Deliver Pangolins Sprint 11
- code review fixes
1 parent ec862a1 commit d851bfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/tests/acceptance/pre-install.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
// @codingStandardsIgnoreStart
6+
7+
/**
8+
* @codingStandardsIgnoreStart
9+
* @SuppressWarnings(PHPMD)
10+
*/
711
class CliColors {
812
private $foreground_colors = array();
913
private $background_colors = array();

0 commit comments

Comments
 (0)