Skip to content

Commit

Permalink
[zh_CN] correct code block
Browse files Browse the repository at this point in the history
  • Loading branch information
blackpuppy committed May 10, 2015
1 parent b50801d commit bdd9928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh/development/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Debugger 类重载了 PHP 默认的错误处理,替换为更加实用的错误

.. php:staticmethod:: Debugger::trace($options)
返回当前的堆栈追踪记录,每行显示调用的方法,包含调用所在的文件及行号。
返回当前的堆栈追踪记录,每行显示调用的方法,包含调用所在的文件及行号。 ::

//在 PostsController::index() 中
pr(Debugger::trace());
Expand Down

0 comments on commit bdd9928

Please sign in to comment.