Dummy comment.
This commit is contained in:
parent
98252f6dff
commit
6e32fec5c1
|
@ -16,15 +16,8 @@ class UpdatePostsCommand extends ContainerAwareCommand
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('point:update:posts')
|
->setName('point:messages:receive')
|
||||||
->setDescription('Update posts from /all')
|
->setDescription('Receives last posts and comments and saves them to the database')
|
||||||
->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
|
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,6 +35,6 @@ class UpdatePostsCommand extends ContainerAwareCommand
|
||||||
/** @var UserApi $api */
|
/** @var UserApi $api */
|
||||||
$api = $this->getContainer()->get('skobkin_point_tools.api_user');
|
$api = $this->getContainer()->get('skobkin_point_tools.api_user');
|
||||||
|
|
||||||
|
// @todo
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue