From 6e32fec5c1ae23682e70c43ccd925997805c22d6 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 26 Oct 2015 06:03:31 +0300 Subject: [PATCH] Dummy comment. --- .../PointToolsBundle/Command/UpdatePostsCommand.php | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php index 46674a5..b77cbfa 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php @@ -16,15 +16,8 @@ class UpdatePostsCommand extends ContainerAwareCommand protected function configure() { $this - ->setName('point:update:posts') - ->setDescription('Update posts from /all') - ->addOption( - 'check-only', - null, - InputOption::VALUE_NONE, - 'If set, command will not perform write operations in the database' - ) - // @todo add option for checking only selected user + ->setName('point:messages:receive') + ->setDescription('Receives last posts and comments and saves them to the database') ; } @@ -42,6 +35,6 @@ class UpdatePostsCommand extends ContainerAwareCommand /** @var UserApi $api */ $api = $this->getContainer()->get('skobkin_point_tools.api_user'); - + // @todo } } \ No newline at end of file