Skip to content

Commit

Permalink
Merge pull request #301 from cakephp/3.x-update-stan
Browse files Browse the repository at this point in the history
update stan
  • Loading branch information
markstory authored Jan 5, 2025
2 parents a7a6f84 + 51f1304 commit 6e880cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="2.0.1" installed="2.0.1" location="./tools/phpstan" copy="false"/>
<phar name="phpstan" version="2.1.0" installed="2.1.0" location="./tools/phpstan" copy="false"/>
<phar name="psalm" version="5.26.1" installed="5.26.1" location="./tools/psalm" copy="false"/>
</phive>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testHandleRedirectionWithQuery()
$request = ServerRequestFactory::fromGlobals(
[
'REQUEST_METHOD' => 'GET',
'PATH_INFO' => '/path',
'REQUEST_URI' => '/path',
'QUERY_STRING' => 'key=value',
]
);
Expand Down Expand Up @@ -110,7 +110,7 @@ public function testHandleRedirectionIgnoreNonIdempotentMethods($method)
$request = ServerRequestFactory::fromGlobals(
[
'REQUEST_METHOD' => $method,
'PATH_INFO' => '/path',
'REQUEST_URI' => '/path',
'QUERY_STRING' => 'key=value',
]
);
Expand Down

0 comments on commit 6e880cb

Please sign in to comment.