Skip to content

Commit

Permalink
Merge pull request #37 from mezzio/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Lock file maintenance, Fix `RiskyTruthyFalsyComparison` issues
  • Loading branch information
gsteel authored Feb 1, 2024
2 parents 08f26ca + aeda2f0 commit ed9cf07
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-stratigility": "^3.11",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.4.2",
"phpunit/phpunit": "^10.5.9",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15"
"vimeo/psalm": "^5.21.1"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
90 changes: 45 additions & 45 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/FastRouteRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ private function createRouter(): RouteCollector
*/
private function getDispatcher($data): Dispatcher
{
if (! $this->dispatcherCallback) {
if ($this->dispatcherCallback === null) {
$this->dispatcherCallback = $this->createDispatcherCallback();
}

Expand Down

0 comments on commit ed9cf07

Please sign in to comment.