Use the frame 'type' in wfFormatStackFrame, like MWExceptionHandler::prettyPrintTrace
authorAlex Monk <krenair@gmail.com>
Fri, 9 Oct 2015 17:20:25 +0000 (18:20 +0100)
committerAlex Monk <krenair@gmail.com>
Wed, 14 Oct 2015 15:40:02 +0000 (16:40 +0100)
commit23f633c5a6c52008bd044ce15b8ea8a6ab10cb08
tree021a603026d02ee6f5eea9cf1b8e2206103ba4f3
parent8d9e4770480816f761611357988b951173b4ef28
Use the frame 'type' in wfFormatStackFrame, like MWExceptionHandler::prettyPrintTrace

Instead of assuming '::'

Change-Id: I2452bc5ebd3716eb61f53da41a0050f4833fb5a4
includes/GlobalFunctions.php
tests/phpunit/includes/GlobalFunctions/wfGetCallerTest.php
tests/phpunit/includes/debug/MWDebugTest.php