Skip to content

Commit

Permalink
Merge pull request #9007 from andrepereiradasilva/version-is-35
Browse files Browse the repository at this point in the history
Since version should be 3.5
  • Loading branch information
wilsonge committed Jan 28, 2016
2 parents 93df89f + 83990c6 commit 91e48ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/system/debug/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ protected function displayLogs()
*
* @return string The call stack and back trace in HMTL format.
*
* @since 3.6
* @since 3.5
*/
protected function renderCallStack(array $callStack = array())
{
Expand Down Expand Up @@ -1933,7 +1933,7 @@ protected function renderCallStack(array $callStack = array())
*
* @return string The json string pretty printed.
*
* @since 3.6
* @since 3.5
*/
protected function prettyPrintJSON($json = '')
{
Expand Down

0 comments on commit 91e48ff

Please sign in to comment.