File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ public function findAll(): array
186
186
->from ($ annotations [0 ]->table )
187
187
->selectArray ();
188
188
189
- return $ this ->_parseRawEntites ($ rawEntities , $ annotations );
189
+ return $ this ->_parseRawEntities ($ rawEntities , $ annotations );
190
190
}
191
191
192
192
/**
@@ -211,7 +211,7 @@ public function findRange(int $start, int $length): array
211
211
->limit ($ start , $ length )
212
212
->selectArray ();
213
213
214
- return $ this ->_parseRawEntites ($ rawEntities , $ annotations );
214
+ return $ this ->_parseRawEntities ($ rawEntities , $ annotations );
215
215
}
216
216
217
217
/**
@@ -419,7 +419,7 @@ private function _fetchManyToOne(&$entity, $property)
419
419
* @throws \ElementaryFramework\Annotations\Exceptions\AnnotationException
420
420
* @throws \ElementaryFramework\LightQL\Exceptions\LightQLException
421
421
*/
422
- private function _parseRawEntites ($ rawEntities , $ annotations ): array
422
+ private function _parseRawEntities ($ rawEntities , $ annotations ): array
423
423
{
424
424
$ entities = array ();
425
425
You can’t perform that action at this time.
0 commit comments