Test Setup Failed
Push — nln-bump-to-php8.3 ( 2d3a4a...ebbd7c )
by Nicolas
01:01
created
src/Configuration/InMemoryReader.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             return $this->values[$key]['value'];
40 40
         }
41 41
 
42
-        throw new \RuntimeException("Variable $variable does not exist");
42
+        throw new \RuntimeException("variable $variable does not exist");
43 43
     }
44 44
 
45 45
     public function allVariables(): array
Please login to merge, or discard this patch.