Skip to content

Commit b15a521

Browse files
committed
Exclude stubs from API documentation
1 parent ecccc6c commit b15a521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/apigen/apigen.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
paths: [%workingDir%/src]
3-
exclude: [Sli, PHPStan]
3+
exclude: [Sli, PHPStan, stubs]
44
excludeProtected: false
55
excludePrivate: true
66
excludeTagged: [internal]

0 commit comments

Comments
 (0)