DEBSOURCES
Skip Quicknav
sources / phpunit / 5.4.6-2~deb9u1 / tests / _files / ClassWithScalarTypeDeclarations.php
1234567
<?php class ClassWithScalarTypeDeclarations { public function foo(string $string, int $int) { } }