Skip to content

Commit

Permalink
Fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Mar 1, 2023
1 parent e326953 commit 2c1ca15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Env/WordPressEnvBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class WordPressEnvBridge
private static $loadedVars;

/**
* @var array<string, array{string, bool|int|null|string}>
* @var array<string, array{string, bool|int|float|string|null}>
*/
private static $cache = [];

Expand Down Expand Up @@ -669,7 +669,7 @@ private function isLoadedVar(string $name): bool
/**
* @param string $name
* @param string $value
* @return int|bool|string|null
* @return int|float|bool|string|null
*
* @psalm-assert Filters $this->filters
* phpcs:disable Inpsyde.CodeQuality.ReturnTypeDeclaration
Expand Down

0 comments on commit 2c1ca15

Please sign in to comment.