Skip to content

Commit a4fb80c

Browse files
committed
Typo
1 parent cc9bd8e commit a4fb80c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LightQL/Sessions/Facade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function findAll(): array
186186
->from($annotations[0]->table)
187187
->selectArray();
188188

189-
return $this->_parseRawEntites($rawEntities, $annotations);
189+
return $this->_parseRawEntities($rawEntities, $annotations);
190190
}
191191

192192
/**
@@ -211,7 +211,7 @@ public function findRange(int $start, int $length): array
211211
->limit($start, $length)
212212
->selectArray();
213213

214-
return $this->_parseRawEntites($rawEntities, $annotations);
214+
return $this->_parseRawEntities($rawEntities, $annotations);
215215
}
216216

217217
/**
@@ -419,7 +419,7 @@ private function _fetchManyToOne(&$entity, $property)
419419
* @throws \ElementaryFramework\Annotations\Exceptions\AnnotationException
420420
* @throws \ElementaryFramework\LightQL\Exceptions\LightQLException
421421
*/
422-
private function _parseRawEntites($rawEntities, $annotations): array
422+
private function _parseRawEntities($rawEntities, $annotations): array
423423
{
424424
$entities = array();
425425

0 commit comments

Comments
 (0)