PhpParser\Builder\FunctionTest::testInvalidNullableVoidType PHP Method

testInvalidNullableVoidType() public method

    public function testInvalidNullableVoidType()
    {
        $this->createFunctionBuilder('test')->setReturnType('?void');
    }