Completed
Push — master ( 20452c...39c2a1 )
by Jakub
07:29
created
src/TextCombatLogRender.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
    */
33 33
   protected function setTemplate(string $template): void {
34 34
     if(!is_file($template)) {
35
-      throw new \RuntimeException("File $template does not exist.");
35
+      throw new \RuntimeException("file $template does not exist.");
36 36
     }
37 37
     $this->template = $template;
38 38
   }
Please login to merge, or discard this patch.