Temporarily fix tests.
All checks were successful
The build was successful.

This commit is contained in:
2018-09-23 17:51:47 +02:00
parent dd774be005
commit 08296110fb
6 changed files with 17 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ class Program {
}
function a(string $p) {
$backtrace = debug_backtrace();
mixed $backtrace = debug_backtrace();
if(isset($backtrace[0]['args'])) {
var_export($backtrace[0]['args']);
} else {