From 7bebb03f95b9d707c4d5f70c93ddc5c625b5bfcc Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Mon, 4 Mar 2019 08:57:30 +0100 Subject: [PATCH] Fix php doc --- src/Util/Introspection.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Util/Introspection.php b/src/Util/Introspection.php index aa8dce446c..6eec70954d 100644 --- a/src/Util/Introspection.php +++ b/src/Util/Introspection.php @@ -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)