Skip to content

Commit

Permalink
Update dependency vimeo/psalm to v5 (#16)
Browse files Browse the repository at this point in the history
* Update dependency vimeo/psalm to v5

* Fix psalm 5 errors

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre-Yves Lafleur <pierre-yves.lafleur@equisoft.com>
  • Loading branch information
renovate[bot] and pylafleur committed Jan 11, 2023
1 parent d4d175f commit 07af031
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 226 deletions.
2 changes: 1 addition & 1 deletion Kronos/SamlWsTrust/WSTrust/TokenParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function parseToken(string $token_xml): Token
}
$dom->loadXML($token_xml);

$xpath = new \DOMXpath($dom);
$xpath = new \DOMXPath($dom);
$xpath->registerNamespace('wst', 'http://schemas.xmlsoap.org/ws/2005/02/trust');
$xpath->registerNamespace('trust', 'http://docs.oasis-open.org/ws-sx/ws-trust/200512');
$xpath->registerNamespace('saml', 'urn:oasis:names:tc:SAML:2.0:assertion');
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"phpunit/phpunit": "9.5.26",
"vimeo/psalm": "4.27.0",
"vimeo/psalm": "5.4.0",
"kronostechnologies/php-coding-standard": "2.0.0"
},
"config": {
Expand Down

0 comments on commit 07af031

Please sign in to comment.