Update tests to follow new syntax.
Some checks reported errors
The build has failed.

This commit is contained in:
2019-03-17 19:48:52 +01:00
förälder c26f8cd777
incheckning ff73690111
14 ändrade filer med 43 tillägg och 43 borttagningar

Visa fil

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