Optionally loosen requireParam
when implements/augments/extends present on tag or parent#116
Merged
gajus merged 2 commits intogajus:masterfrom brettz9:without-paramDec 7, 2018
+654-20
Commits
Commits on Dec 7, 2018
- Enhancement: Add new boolean options
allowImplementsWithoutParam
andallowAugmentsExtendsWithoutParam
and apply torequireParam
(fixes gajus#100)committed- Expand loosening brought by param checking with
is(*)AllowedWithoutParam
options to include methods whose class has the tag instead (i.e., @OverRide, @implements, @Augments, or @extends)committed