Skip to content

Commit ec13335

Browse files
committed
Merge pull request #3 from pastuhov/analysis-zYjdao
Applied fixes from StyleCI
2 parents cc5b6c1 + cf02caa commit ec13335

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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)