@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | * |
| 96 | 96 | * @param string|int $id Primary key value. |
| 97 | 97 | * |
| 98 | - * @return EntityInterface|Record|null |
|
| 98 | + * @return null|EntityInterface |
|
| 99 | 99 | */ |
| 100 | 100 | public function findByPK($id) |
| 101 | 101 | { |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | * @param array $query Fields and conditions to query by. |
| 109 | 109 | * @param array $sortBy Always specify sort by to ensure that results are stable. |
| 110 | 110 | * |
| 111 | - * @return EntityInterface|Record|null |
|
| 111 | + * @return null|EntityInterface |
|
| 112 | 112 | */ |
| 113 | 113 | public function findOne(array $query = [], array $sortBy = []) |
| 114 | 114 | { |