Skip to content

Commit

Permalink
Small Doc Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 25, 2022
1 parent c31a03f commit 30ad6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We look forward to your contributions! Here are some examples how you can
contribute:

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

## We have a Code of Conduct
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:lint": "psalm --stats --show-info --find-unused-psalm-suppress",
"coverage:report": "php-coveralls --coverage_clover=coverage.clover.xml --json_path=coveralls-upload.json -v",
"install:tools": "phive install --trust-gpg-keys 0x67F861C3D889C656",
"docs:generate": "tools/phpdocumentor"
"docs:generate": "tools/phpdocumentor --sourcecode"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 1 addition & 4 deletions phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
<paths>
<output>docs</output>
</paths>
<template>
<location>foo</location>
</template>
<version number="3.0.0">
<folder>latest</folder>
<api>
Expand All @@ -28,7 +25,7 @@
</extensions>
<visibility>public</visibility>
<default-package-name>ZipStream</default-package-name>
<include-source />
<include-source>true</include-source>
</api>
<guide>
<source dsn=".">
Expand Down

0 comments on commit 30ad6f9

Please sign in to comment.