We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac29c commit 57e7d3cCopy full SHA for 57e7d3c
format/php7/haxe/CallStack.hx
@@ -127,6 +127,6 @@ class CallStack {
127
#else
128
static public function callStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
129
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";
+ static public function toString( stack : Array<StackItem> ):String throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
131
#end
132
}
0 commit comments