File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 44/composer.lock
55/.phpcs.xml
66/phpcs.xml
7+ /.phpdoc.xml
78/phpdoc.xml
89/phpunit.xml
910/.phpunit.result.cache
Original file line number Diff line number Diff line change 33 configVersion =" 3"
44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xmlns =" https://www.phpdoc.org"
6- xsi : noNamespaceSchemaLocation =" https://docs.phpdoc.org/latest /phpdoc.xsd"
6+ xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/phpDocumentor/phpDocumentor/master/data/xsd /phpdoc.xsd"
77>
88
99 <title >PHPCSUtils</title >
1919 <path >phpcsutils-autoload.php</path >
2020 <path >PHPCSUtils</path >
2121 </source >
22+ <ignore hidden =" true" symlinks =" true" >
23+ <path >PHPCSUtils/Internal/**/*</path >
24+ </ignore >
25+ <visibility >public</visibility >
26+ <visibility >protected</visibility >
27+ <ignore-tags >
28+ <ignore-tag >codeCoverageIgnore</ignore-tag >
29+ <ignore-tag >phpcs</ignore-tag >
30+ </ignore-tags >
2231 </api >
2332 </version >
2433
You can’t perform that action at this time.
0 commit comments