Skip to content

Commit 30ad6f9

Browse files
committed
Small Doc Fixes
1 parent c31a03f commit 30ad6f9

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We look forward to your contributions! Here are some examples how you can
66
contribute:
77

88
- [Report a bug](https://github.com/maennchen/ZipStream-PHP/issues/new?labels=bug&template=BUG.md)
9-
- [Propose a new feature](https://github.com/maennchen/ZipStream-PHP/issues/new?labels=enhancement&template=FEATURE_REQUEST.md)
9+
- [Propose a new feature](https://github.com/maennchen/ZipStream-PHP/issues/new?labels=enhancement&template=FEATURE.md)
1010
- [Send a pull request](https://github.com/maennchen/ZipStream-PHP/pulls)
1111

1212
## We have a Code of Conduct

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:lint": "psalm --stats --show-info --find-unused-psalm-suppress",
4545
"coverage:report": "php-coveralls --coverage_clover=coverage.clover.xml --json_path=coveralls-upload.json -v",
4646
"install:tools": "phive install --trust-gpg-keys 0x67F861C3D889C656",
47-
"docs:generate": "tools/phpdocumentor"
47+
"docs:generate": "tools/phpdocumentor --sourcecode"
4848
},
4949
"autoload": {
5050
"psr-4": {

phpdoc.dist.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<paths>
1010
<output>docs</output>
1111
</paths>
12-
<template>
13-
<location>foo</location>
14-
</template>
1512
<version number="3.0.0">
1613
<folder>latest</folder>
1714
<api>
@@ -28,7 +25,7 @@
2825
</extensions>
2926
<visibility>public</visibility>
3027
<default-package-name>ZipStream</default-package-name>
31-
<include-source />
28+
<include-source>true</include-source>
3229
</api>
3330
<guide>
3431
<source dsn=".">

0 commit comments

Comments
 (0)