| @@ -26,6 +26,9 @@ | ||
| 26 | 26 | 'index_type'=> null, | 
| 27 | 27 | ]; | 
| 28 | 28 | |
| 29 | + /** | |
| 30 | + * @param \Doctrine\DBAL\Schema\AbstractSchemaManager $schemaManager | |
| 31 | + */ | |
| 29 | 32 | public function __construct($schemaManager, $collection, $fields) | 
| 30 | 33 |      { | 
| 31 | 34 | $this->schemaManager = $schemaManager; | 
| @@ -64,6 +64,9 @@ | ||
| 64 | 64 |          $this->setJoinsForType('outerJoin'); | 
| 65 | 65 | } | 
| 66 | 66 | |
| 67 | + /** | |
| 68 | + * @param string $joinType | |
| 69 | + */ | |
| 67 | 70 | private function setJoinsForType($joinType) | 
| 68 | 71 |      { | 
| 69 | 72 |          if ($this->{$joinType} === null) { |