Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The docblock above \Packaged\Dal\Ql\QlDao::loadOneWhere is incorrect …
…as it says that it will always return static which is not true as the default value of \Packaged\Dal\Ql\QlDaoCollection::first is null (#88) By the same token the return value of \Packaged\Dal\Ql\QlDaoCollection::first should be QlDao|null|mixed as the default value if passed can be set to anything Co-authored-by: nikolaybrankov <[email protected]>
- Loading branch information