We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49df920 commit cc7351cCopy full SHA for cc7351c
finder.php
@@ -2,5 +2,7 @@
2
3
return \StubsGenerator\Finder::create()
4
->in('source/genesis/lib/functions')
5
+ ->notPath('compat.php')
6
+ ->notPath('deprecated.php')
7
->sortByName()
8
;
0 commit comments