Completed
Push — master ( 092da6...b7a681 )
by Jakub
02:00
created
src/Generator.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
    */
99 99
   protected function setTemplate(string $template): void {
100 100
     if(!is_file($template) || !is_readable($template)) {
101
-      throw new \RuntimeException("File $template does not exist or is not readable.");
101
+      throw new \RuntimeException("file $template does not exist or is not readable.");
102 102
     }
103 103
     $this->template = $template;
104 104
   }
Please login to merge, or discard this patch.