Browse Source

remove @see causing new apigen build to fail

antograssiot 11 years ago
parent
commit
568d16ccf7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/basics.php

+ 0 - 1
src/basics.php

@@ -108,7 +108,6 @@ if (!function_exists('stackTrace')) {
      *
      * @param array $options Format for outputting stack trace
      * @return mixed Formatted stack trace
-     * @see Debugger::trace()
      */
     function stackTrace(array $options = [])
     {