diff --git a/src/Whoops/Resources/js/whoops.base.js b/src/Whoops/Resources/js/whoops.base.js index 13029a8..788300d 100644 --- a/src/Whoops/Resources/js/whoops.base.js +++ b/src/Whoops/Resources/js/whoops.base.js @@ -41,4 +41,4 @@ $(function() { $container.animate({ scrollTop: headerHeight }, "fast"); } }); -}); \ No newline at end of file +}); diff --git a/src/Whoops/Resources/views/env_details.html.php b/src/Whoops/Resources/views/env_details.html.php index a0b2688..4f4993d 100644 --- a/src/Whoops/Resources/views/env_details.html.php +++ b/src/Whoops/Resources/views/env_details.html.php @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/src/Whoops/Resources/views/frame_code.html.php b/src/Whoops/Resources/views/frame_code.html.php index f772f88..b302309 100644 --- a/src/Whoops/Resources/views/frame_code.html.php +++ b/src/Whoops/Resources/views/frame_code.html.php @@ -45,4 +45,4 @@ - \ No newline at end of file + diff --git a/src/Whoops/Resources/views/header.html.php b/src/Whoops/Resources/views/header.html.php index c22fa8d..2731ad8 100644 --- a/src/Whoops/Resources/views/header.html.php +++ b/src/Whoops/Resources/views/header.html.php @@ -11,4 +11,4 @@

escape($message) ?>

- \ No newline at end of file + diff --git a/tests/fixtures/template.php b/tests/fixtures/template.php index 4b2fa08..5b99dbd 100644 --- a/tests/fixtures/template.php +++ b/tests/fixtures/template.php @@ -1,3 +1,3 @@ slug("hello world!"); ?> -My name is escape($name) ?> \ No newline at end of file +My name is escape($name) ?>