php: Omit closing ?> in manual and examples

PSR-12 says "The closing ?> tag MUST be omitted from files containing
only PHP".
This commit is contained in:
Olly Betts 2021-03-22 16:00:09 +13:00
commit e54d44c4be
100 changed files with 0 additions and 135 deletions

View file

@ -11,4 +11,3 @@ check::equal(overload_polymorphic::test2($t), 1, "test2(Derived)");
check::equal(overload_polymorphic::test3($t, null, $t), 1, "test3(Derived, null, Derived)");
check::done();
?>