argument('collection'); if ($collection === null) { foreach ($this->svg->getCollections() as $collection) { $collection->clearState(); } } else { $this->svg->getCollection($collection)->clearState(); } return Command::SUCCESS; } }