Merge cs-fixes-30 into cs-fixes-31

This commit is contained in:
Tim Nagel 2015-03-12 21:57:26 +11:00
commit 345b5d423d
87 changed files with 525 additions and 543 deletions

View file

@ -16,7 +16,7 @@ use FOS\ElasticaBundle\Resetter;
use Symfony\Component\Console\Helper\ProgressBar;
/**
* Populate the search index
* Populate the search index.
*/
class PopulateCommand extends ContainerAwareCommand
{

View file

@ -10,7 +10,7 @@ use FOS\ElasticaBundle\IndexManager;
use FOS\ElasticaBundle\Resetter;
/**
* Reset search indexes
* Reset search indexes.
*/
class ResetCommand extends ContainerAwareCommand
{

View file

@ -11,7 +11,7 @@ use Elastica\Query;
use Elastica\Result;
/**
* Searches a type
* Searches a type.
*/
class SearchCommand extends ContainerAwareCommand
{