@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * |
49 | 49 | * @param array $filterList |
50 | 50 | * a list of namespaces and classes to skip over |
51 | - * @return StackFrame |
|
51 | + * @return GanbaroDigital\MissingBits\TraceInspectors\StackFrame |
|
52 | 52 | */ |
53 | 53 | function get_caller(array $filterList = []) |
54 | 54 | { |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | * the debug_backtrace() return value |
70 | 70 | * @param array $filterList |
71 | 71 | * a list of namespaces and classes to skip over |
72 | - * @return StackFrame |
|
72 | + * @return GanbaroDigital\MissingBits\TraceInspectors\StackFrame |
|
73 | 73 | */ |
74 | 74 | function get_caller_from_trace(array $backtrace, array $filterList = []) |
75 | 75 | { |
@@ -43,13 +43,13 @@ |
||
43 | 43 | |
44 | 44 | use GanbaroDigital\MissingBits\TraceInspectors\GetCaller; |
45 | 45 | |
46 | - /** |
|
47 | - * work out who has called a piece of code |
|
48 | - * |
|
49 | - * @param array $filterList |
|
50 | - * a list of namespaces and classes to skip over |
|
51 | - * @return StackFrame |
|
52 | - */ |
|
46 | + /** |
|
47 | + * work out who has called a piece of code |
|
48 | + * |
|
49 | + * @param array $filterList |
|
50 | + * a list of namespaces and classes to skip over |
|
51 | + * @return StackFrame |
|
52 | + */ |
|
53 | 53 | function get_caller(array $filterList = []) |
54 | 54 | { |
55 | 55 | // we supply the trace |