Bruno Carreço

Results 1 comments of Bruno Carreço

@carmanchris31, I was able to fix this by adding this check before the `return $def->type;`. ``` if ( null === $def->type ) { return new Types\Mixed; } ``` The final...