Browse Source

Rename file to avoid phpcs.

Mark Story 6 years ago
parent
commit
b3b83b3e87
2 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Error/Debug/HtmlFormatter.php
  2. 0 0
      src/Error/Debug/dumpHeader.html

+ 1 - 1
src/Error/Debug/HtmlFormatter.php

@@ -92,7 +92,7 @@ class HtmlFormatter implements FormatterInterface
     protected function dumpHeader(): string
     {
         ob_start();
-        include __DIR__ . DIRECTORY_SEPARATOR . 'dumpHeader.php';
+        include __DIR__ . DIRECTORY_SEPARATOR . 'dumpHeader.html';
 
         return ob_get_clean();
     }

src/Error/Debug/dumpHeader.php → src/Error/Debug/dumpHeader.html