Commit 9907779
committed
feature #1332 Add conditional
This PR was merged into the 1.0-dev branch.
Discussion
----------
Add conditional `@implements` tag to Doctrine repository template
Adding the `@implements` phpdoc tag on generated Doctrine repository classes will help IDE and prevent tools like phpstan from generating errors.
`@implements` is only added if `$with_password_upgrade` is set to true, avoiding useless phpdocs.

Similar to #1088
Commits
-------
dd3208f Add conditional `@implements` tag to Doctrine repository template@implements tag to Doctrine repository template (gremo)1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments