Test Failed
Push — main ( 429826...ff19ca )
by Åsa
03:00
created
config/weather.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 $dotenv = Dotenv\Dotenv::createImmutable(dirname(dirname(__FILE__)));
3
-if (isset($dotenv)){
3
+if (isset($dotenv)) {
4 4
     $dotenv->load();
5 5
 }
6 6
 $weatherApiKey = $_ENV['WEATHERAPIKEY'];
Please login to merge, or discard this patch.
config/location.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 $dotenv = Dotenv\Dotenv::createImmutable(dirname(dirname(__FILE__)));
3
-if (isset($dotenv)){
3
+if (isset($dotenv)) {
4 4
     $dotenv->load();
5 5
 }
6 6
 
Please login to merge, or discard this patch.