Skip to content

Bug fixes for Whoops usage

Choose a tag to compare

@am0s am0s released this 15 Jul 12:34
· 75 commits to master since this release
  • Replaced function call for Whoops, for undefined function outputOnlyIfCommandLine() in v2
  • Replaced check for command line using whoops library with PHP_SAPI, and ommitted check in BaseApp.php, as it is already being checked there.