Merge 912e54dae2
into 08cf1a3fd7
commit
662af08925
|
@ -833,7 +833,9 @@ class DefinitionResolver
|
||||||
// Unknown
|
// Unknown
|
||||||
return new Types\Mixed;
|
return new Types\Mixed;
|
||||||
}
|
}
|
||||||
return null;
|
// Return Types\Mixed in case nothing was found
|
||||||
|
// TODO: Find cases that don't match any rule and handle them'
|
||||||
|
return new Types\Mixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue