@@ -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); |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | |
| 16 | 16 | private $term; |
| 17 | 17 | |
| 18 | - public function __construct($term){ |
|
| 18 | + public function __construct($term) { |
|
| 19 | 19 | $this->term = $term; |
| 20 | 20 | } |
| 21 | 21 | |
@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | * |
| 25 | 25 | * @return string Returns the search term |
| 26 | 26 | */ |
| 27 | - public function getSearchTerm(){ |
|
| 27 | + public function getSearchTerm() { |
|
| 28 | 28 | return $this->term; |
| 29 | 29 | } |
| 30 | 30 | } |
| 31 | 31 | \ No newline at end of file |