Fix php doc

This commit is contained in:
Philipp Holzer 2019-03-04 08:57:30 +01:00
parent e0017e50f9
commit a5854db0e5
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ class Introspection
* Checks if the current trace class or function has to be skipped
*
* @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
*/
private function isTraceClassOrSkippedFunction(array $trace, $index)