Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #116 Type hints for repositories (enleur)
This PR was merged into the 1.0-dev branch. Discussion ---------- Type hints for repositories It helps IDE to get correct type if you do calls like this ```php $user = $this->userRepository->find(1); $user->getId(); //IDE knows that this is a User class and gives correct autocomplete ``` Commits ------- e7dfff0 Add type hints for repository templates
- Loading branch information