BetterReflectionTest\Fixture\Php7ParameterTypeDeclarations::foo PHP Метод

foo() публичный Метод

public foo ( integer $intParam, stdClass $classParam, $noTypeParam, string $stringParamAllowsNull = null )
$intParam integer
$classParam stdClass
$stringParamAllowsNull string
    public function foo(int $intParam, \stdClass $classParam, $noTypeParam, string $stringParamAllowsNull = null)
    {
    }
Php7ParameterTypeDeclarations