Skip to content

Commit

Permalink
Squiz/ObjectInstantiation: move parse error test to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
biinari committed Jul 14, 2024
1 parent 865b852 commit 6c60cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ $a = $b !== null
default => 5,
}
: new Foo;

// Intentional parse error. This must be the last test in the file.
function new
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

// Intentional parse error. Live coding resilience.
function new

0 comments on commit 6c60cce

Please sign in to comment.