We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc5b6c1 + cf02caa commit ec13335Copy full SHA for ec13335
src/Command.php
@@ -12,12 +12,12 @@ private function __construct()
12
13
/**
14
* Execute command with params.
15
- *
+ *
16
* @param string $commandLine
17
* @param array $params
18
19
* @return bool|string
20
21
* @throws \Exception
22
*/
23
public static function exec($commandLine, array $params = array())
@@ -45,10 +45,10 @@ public static function exec($commandLine, array $params = array())
45
46
47
* Bind params to command.
48
49
50
51
52
* @return string
53
54
public static function bindParams($commandLine, array $params)
0 commit comments