]> git.mxchange.org Git - friendica.git/commitdiff
Fix php doc
authorPhilipp Holzer <admin@philipp.info>
Mon, 4 Mar 2019 07:57:30 +0000 (08:57 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Mar 2019 03:13:25 +0000 (23:13 -0400)
src/Util/Introspection.php

index aa8dce446c74907bd9ae4a258423e4c6872b9e50..6eec70954d7b360f95005710279add54bbae3ceb 100644 (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)