We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e326953 commit 2c1ca15Copy full SHA for 2c1ca15
src/Env/WordPressEnvBridge.php
@@ -256,7 +256,7 @@ class WordPressEnvBridge
256
private static $loadedVars;
257
258
/**
259
- * @var array<string, array{string, bool|int|null|string}>
+ * @var array<string, array{string, bool|int|float|string|null}>
260
*/
261
private static $cache = [];
262
@@ -669,7 +669,7 @@ private function isLoadedVar(string $name): bool
669
670
* @param string $name
671
* @param string $value
672
- * @return int|bool|string|null
+ * @return int|float|bool|string|null
673
*
674
* @psalm-assert Filters $this->filters
675
* phpcs:disable Inpsyde.CodeQuality.ReturnTypeDeclaration
0 commit comments