mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 07:19:42 +00:00
add phpdoc file
This commit is contained in:
14
phpdoc.dist.xml
Normal file
14
phpdoc.dist.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdoc>
|
||||
<parser>
|
||||
<target>data/output</target>
|
||||
<default-package-name>Chill\MainBundle</default-package-name>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>data/output</target>
|
||||
</transformer>
|
||||
<files>
|
||||
<directory>.</directory>
|
||||
<ignore>Tests/Fixtures/App/AppKernel.php</ignore>
|
||||
</files>
|
||||
</phpdoc>
|
Reference in New Issue
Block a user