[Console] Fixed CS

This commit is contained in:
Grégoire Pineau 2012-02-13 00:29:28 +01:00
parent 8abf50639a
commit e5edf5ab86

View File

@ -492,7 +492,7 @@ class Application
$message = sprintf('There are no commands defined in the "%s" namespace.', $namespace);
if (1 <= $i) {
$part = implode(':',$found).':'.$part;
$part = implode(':', $found).':'.$part;
}
if ($alternatives = $this->findAlternativeNamespace($part, $abbrevs)) {
@ -979,7 +979,7 @@ class Application
$alternatives = array();
foreach ($collection as $item) {
if(null !== $callback) {
if (null !== $callback) {
$item = call_user_func($callback, $item);
}