12 Commits

Author SHA1 Message Date
Denis Sokolov 8781b453b2 Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 410526d38c.
2019-12-25 12:00:00 +02:00
Michael Beebower 410526d38c Change deprecated pushHandler to prependHandler
On https://github.com/filp/whoops/blob/master/src/Whoops/Run.php on lines 43-54, it states that pushHandler is being replaced with prependHandler.

Specifically:
* @deprecated use appendHandler and prependHandler instead
     */
    public function pushHandler($handler)
    {
        return $this->prependHandler($handler);
    }
2019-07-23 21:49:52 -05:00
Denis Sokolov 3f5cbd0e6a Add applicationPaths to the example 2016-10-11 18:32:23 +03:00
Denis Sokolov d251b2dc1e Merge pull request #405 from shakhraj/inspector-in-data-table-callback
Pass Inspector into data table callbacks
2016-09-04 17:49:05 +03:00
Andreas Möller c37aae68fe Fix: Use short array syntax 2016-07-24 19:36:49 +02:00
Andrij d0c1cba8eb Pass Inspector into data table callbacks 2016-03-21 12:46:16 +02:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
steffkes 3805c2ee75 change ../example/.. to ../examples/.. in the comments of the example files 2013-07-04 15:24:55 +02:00
filp 55a4a1f698 Update example to use FrameCollection::map 2013-05-10 20:39:41 +01:00
filp d20bee0c99 Update code-base to 'Whoops' 2013-03-17 12:31:50 +00:00
filp a23dfa9c66 Add PrettyPageHandler::addDataTable & example 2013-03-14 11:34:43 +00:00
filp 6b226d3580 Move example files to examples/ 2013-03-14 11:20:34 +00:00