Skip to content

Commit

Permalink
Merge pull request #57 from gsteel/rename-stub
Browse files Browse the repository at this point in the history
Re-name container stub file and reorganise dot files
  • Loading branch information
Ocramius authored Jun 15, 2022
2 parents a6e8bc7 + 990d2e2 commit 8c663d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

15 changes: 9 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/test/ export-ignore

/.gitattributes export-ignore
/.gitignore export-ignore
/.laminas-ci.json export-ignore

/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/psalm.xml.dist export-ignore
/psalm-baseline.xml export-ignore
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.phpcs-cache
/.phpunit.result.cache
/.psalm-cache/
/clover.xml
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
</plugins>

<stubs>
<file name=".psr-container-stub.php" preloadClasses="true" />
<file name=".psr-container.php.stub" preloadClasses="true" />
</stubs>
</psalm>

0 comments on commit 8c663d3

Please sign in to comment.