Skip to content

Commit d63cdd2

Browse files
Ingore php7 and minor cs fix.
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
1 parent ac5261f commit d63cdd2

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
variables:
22
PHP_COMMON_SNIFF_FILE: ruleset.xml
3+
NO_PHP_7: 'true'
34

45
include:
56
- file: /Auto/php.yml

src/Defaults/Usage.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ private function topLevelCommand(Manager $manager): string {
3030
PHP_EOL,
3131
$manager->getName(),
3232
(
33-
$commands ? sprintf(
34-
'%s%sCommands:%s%s',
35-
PHP_EOL,
36-
PHP_EOL,
37-
PHP_EOL,
38-
$commands
39-
) : ''
33+
$commands ? sprintf(
34+
'%s%sCommands:%s%s',
35+
PHP_EOL,
36+
PHP_EOL,
37+
PHP_EOL,
38+
$commands
39+
) : ''
4040
),
4141
(
42-
$options ? sprintf(
43-
'%s%sOptions:%s%s',
44-
PHP_EOL,
45-
PHP_EOL,
46-
PHP_EOL,
47-
$options
48-
) : ''
42+
$options ? sprintf(
43+
'%s%sOptions:%s%s',
44+
PHP_EOL,
45+
PHP_EOL,
46+
PHP_EOL,
47+
$options
48+
) : ''
4949
)
5050
);
5151
}

0 commit comments

Comments
 (0)