Skip to content

Commit

Permalink
fix signature of CallStack.toString() for macro time
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Oct 4, 2017
1 parent 93ac29c commit 57e7d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/php7/haxe/CallStack.hx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ class CallStack {
#else
static public function callStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
static public function exceptionStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
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";
#end
}

0 comments on commit 57e7d3c

Please sign in to comment.