Fix php doc
This commit is contained in:
parent
eec4ee3fed
commit
7bebb03f95
1 changed files with 2 additions and 1 deletions
|
@ -64,6 +64,7 @@ class Introspection
|
||||||
*
|
*
|
||||||
* @param array $trace The current trace array
|
* @param array $trace The current trace array
|
||||||
* @param int $index The index of the current hierarchy level
|
* @param int $index The index of the current hierarchy level
|
||||||
|
*
|
||||||
* @return bool True if the class or function should get skipped, otherwise false
|
* @return bool True if the class or function should get skipped, otherwise false
|
||||||
*/
|
*/
|
||||||
private function isTraceClassOrSkippedFunction(array $trace, $index)
|
private function isTraceClassOrSkippedFunction(array $trace, $index)
|
||||||
|
|
Loading…
Add table
Reference in a new issue