Skip to content

Commit

Permalink
fatal error in /error-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 20, 2018
1 parent 0d4a346 commit d7d4b0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Controller/ErrorPreviewConsoleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ public function noticeAction()
$array = [];
$array[1]; // E_NOTICE
}

public function fatalAction()
{
$y = new class implements \stdClass {};
}
}
5 changes: 5 additions & 0 deletions src/Controller/ErrorPreviewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ public function noticeAction()
$array = [];
$array[1]; // E_NOTICE
}

public function fatalAction()
{
$y = new class implements \stdClass {};
}
}

0 comments on commit d7d4b0b

Please sign in to comment.