You are here

class ClassWithScalarTypeDeclarations in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/ClassWithScalarTypeDeclarations.php \ClassWithScalarTypeDeclarations

Hierarchy

Expanded class hierarchy of ClassWithScalarTypeDeclarations

File

vendor/phpunit/phpunit/tests/_files/ClassWithScalarTypeDeclarations.php, line 2

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

}

Members