Skip to content

Commit 57e7d3c

Browse files
fix signature of CallStack.toString() for macro time
1 parent 93ac29c commit 57e7d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format/php7/haxe/CallStack.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ class CallStack {
127127
#else
128128
static public function callStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
129129
static public function exceptionStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
130-
static public function toString():String throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
130+
static public function toString( stack : Array<StackItem> ):String throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
131131
#end
132132
}

0 commit comments

Comments
 (0)