Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
ClassWithScalarTypeDeclarations.php
<?php
class
ClassWithScalarTypeDeclarations
{
public function
foo
(
string $string
,
int $int
)
{
}
}