@@ -17,6 +17,9 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | class StingerSoftEntitySearchBundle extends Bundle { |
| 19 | 19 | |
| 20 | + /** |
|
| 21 | + * @param string $env |
|
| 22 | + */ |
|
| 20 | 23 | public static function getRequiredBundles($env) { |
| 21 | 24 | $bundles = array(); |
| 22 | 25 | $bundles['StingerSoftEntitySearchBundle'] = '\StingerSoft\EntitySearchBundle\StingerSoftEntitySearchBundle'; |
@@ -25,7 +25,6 @@ |
||
| 25 | 25 | * Tries to create a document from the given object |
| 26 | 26 | * |
| 27 | 27 | * @param ObjectManager $manager |
| 28 | - * @param object $object |
|
| 29 | 28 | * @return boolean|Document Returns false if no document could be created |
| 30 | 29 | */ |
| 31 | 30 | public function getEntity(ObjectManager $manager, Document $document); |