Skip to content

Commit

Permalink
updated phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Aug 11, 2023
1 parent e38df12 commit 59f6e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Infrastructure/Persistence/Redis/FakeRedisMasterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public function connect(
$timeout = 0.0,
$reserved = null,
$retryInterval = 0,
$readTimeout = 0.0
$readTimeout = 0.0,
$context = null
) {
return false;
}
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ parameters:
ignoreErrors:
- '#Unsafe usage of new static\(\)#'
- '#.*has invalid type Doctrine\\DBAL\\Driver\\ResultStatement#'
- '#Conditional return type uses subject type T which is not part of PHPDoc @template tags#'

0 comments on commit 59f6e5a

Please sign in to comment.