@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | foreach ($relations as $localAlias => $remoteColumn) { |
110 | 110 | $this->readQueryBuilder->addColumn($record->getMapper()->getAlias(), $remoteColumn, $localAlias); |
111 | 111 | } |
112 | - $this->readQueryBuilder->setLimits(0,1); |
|
112 | + $this->readQueryBuilder->setLimits(0, 1); |
|
113 | 113 | |
114 | 114 | // query itself |
115 | 115 | $lines = $this->readDatabase->query( |
@@ -170,7 +170,7 @@ discard block |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | // query itself |
173 | - $this->readQueryBuilder->setLimits(0,1); |
|
173 | + $this->readQueryBuilder->setLimits(0, 1); |
|
174 | 174 | $lines = $this->readDatabase->query( |
175 | 175 | strval($this->readDialect->select($this->readQueryBuilder)), |
176 | 176 | $this->readQueryBuilder->getParams() |