Skip to content

Commit a8e100c

Browse files
committed
Update Command.php
1 parent 59f5c21 commit a8e100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace pastuhov\Command;
34

45
/**
@@ -53,7 +54,6 @@ public static function exec($commandLine, array $params = array())
5354
*/
5455
public static function bindParams($commandLine, array $params)
5556
{
56-
5757
if (count($params) > 0) {
5858
$wrapper = function ($string) {
5959
return '{' . $string . '}';

0 commit comments

Comments
 (0)