You are here

public function ClassWithScalarTypeDeclarations::foo in Zircon Profile 8

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

File

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

Class

ClassWithScalarTypeDeclarations

Code

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