@PSR12_php70.test-in.php 88 B

123456789
  1. <?php
  2. declare(strict_types = 1 );
  3. function foo() : void
  4. {
  5. }
  6. $class = new class() {};