Skip to content

Commit 2c1ca15

Browse files
committed
Fix Psalm
1 parent e326953 commit 2c1ca15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Env/WordPressEnvBridge.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class WordPressEnvBridge
256256
private static $loadedVars;
257257

258258
/**
259-
* @var array<string, array{string, bool|int|null|string}>
259+
* @var array<string, array{string, bool|int|float|string|null}>
260260
*/
261261
private static $cache = [];
262262

@@ -669,7 +669,7 @@ private function isLoadedVar(string $name): bool
669669
/**
670670
* @param string $name
671671
* @param string $value
672-
* @return int|bool|string|null
672+
* @return int|float|bool|string|null
673673
*
674674
* @psalm-assert Filters $this->filters
675675
* phpcs:disable Inpsyde.CodeQuality.ReturnTypeDeclaration

0 commit comments

Comments
 (0)