@@ -502,6 +502,4 @@ |
||
| 502 | 502 | $out[] = is_string($key) ? sprintf(':%s => %s', $key, $outval) : $outval; |
| 503 | 503 | } |
| 504 | 504 | |
| 505 | - return sprintf('with parameters (%s)', implode(', ', $out)); |
|
| 506 | - } |
|
| 507 | -} |
|
| 505 | + return sprintf('with parameters (%s)', implode(', ', $out |
|
| 508 | 506 | \ No newline at end of file |
@@ -502,6 +502,4 @@ |
||
| 502 | 502 | $out[] = is_string($key) ? sprintf(':%s => %s', $key, $outval) : $outval; |
| 503 | 503 | } |
| 504 | 504 | |
| 505 | - return sprintf('with parameters (%s)', implode(', ', $out)); |
|
| 506 | - } |
|
| 507 | -} |
|
| 505 | + return sprintf('with parameters (%s)', implode(', ', $out |
|
| 508 | 506 | \ No newline at end of file |