Some todo for UpdateSubscriptionsCommand.

This commit is contained in:
Alexey Skobkin 2017-01-09 05:46:52 +03:00
parent 5bf20066fa
commit 6c6fe5a65d
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
/**
* @todo https://symfony.com/doc/current/console/lockable_trait.html
*/
class UpdateSubscriptionsCommand extends ContainerAwareCommand
{
/**