Skip to content

Commit 2cea7ac

Browse files
committed
Merge pull request #2 from pastuhov/pastuhov-patch-1
Update .styleci.yml
2 parents 26a9eec + ec13335 commit 2cea7ac

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.styleci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ preset: psr2
22
enabled:
33
- no_blank_lines_before_namespace
44
- concat_with_spaces
5-
disabled:
6-
- concat_without_spaces

src/Command.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ private function __construct()
1212

1313
/**
1414
* Execute command with params.
15-
*
15+
*
1616
* @param string $commandLine
1717
* @param array $params
18-
*
18+
*
1919
* @return bool|string
20-
*
20+
*
2121
* @throws \Exception
2222
*/
2323
public static function exec($commandLine, array $params = array())
@@ -45,10 +45,10 @@ public static function exec($commandLine, array $params = array())
4545

4646
/**
4747
* Bind params to command.
48-
*
48+
*
4949
* @param string $commandLine
5050
* @param array $params
51-
*
51+
*
5252
* @return string
5353
*/
5454
public static function bindParams($commandLine, array $params)

0 commit comments

Comments
 (0)