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.
1 parent df6993c commit 26fb19cCopy full SHA for 26fb19c
src/Command.php
@@ -56,7 +56,7 @@ public static function bindParams($commandLine, array $params)
56
57
if (count($params) > 0) {
58
$wrapper = function ($string) {
59
- return '{'.$string.'}';
+ return '{' . $string . '}';
60
};
61
$converter = function ($var) {
62
if (is_array($var)) {
0 commit comments