@PSR12_php71.test-out.php 114 B

1234567891011
  1. <?php
  2. class Foo
  3. {
  4. public const FOO = 'foo';
  5. public function bar(): ?int
  6. {
  7. return 0;
  8. }
  9. }