You are here

ClassWithScalarTypeDeclarations.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/_files/ClassWithScalarTypeDeclarations.php
View source
<?php

class ClassWithScalarTypeDeclarations {
  public function foo(string $string, int $int) {
  }

}