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

@@ -1,6 +1,7 @@
class Program {
function main() {
mixed $foo;
$foo = '0';
var_dump($foo);
$foo += 2;