Skip to content

Commit

Permalink
Merge pull request #68 from laminas/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Document generic types, improve internal type inference, upgrade dependencies and `vimeo/psalm`
  • Loading branch information
Gary Lockett committed Dec 3, 2022
2 parents 6683d8c + 3ee6e37 commit 508ebef
Show file tree
Hide file tree
Showing 31 changed files with 640 additions and 1,587 deletions.
11 changes: 11 additions & 0 deletions .domxpath.php.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

declare(strict_types=1);

namespace {
class DOMXPath
{
/** @param non-empty-string $query */
public function query(string $query): DOMNodeList {}
}
}
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/.coveralls.yml export-ignore
/.domxpath.php.stub export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/composer.lock export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/test/ export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.18.0",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^4.29"
"vimeo/psalm": "^5.1.0"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.3",
Expand Down
214 changes: 111 additions & 103 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 508ebef

Please sign in to comment.