@PSR12_php70.test-out.php 85 B

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