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 2c1dbd6 commit a612c87Copy full SHA for a612c87
src/HTTPStatusCode.php
@@ -69,6 +69,8 @@ protected static function load(string $lang = 'en'): array {
69
$status = json_decode($jsonFile, true);
70
71
static::$status = $status['data'][$lang];
72
+
73
+ unset($status);
74
}
75
76
return static::$status;
0 commit comments