Closed ciaranmcnulty closed 3 years ago
Since PHP8 a union return type can contain false e.g. int|false
int|false
We need to write some tests that check Prophecy doesn't break / do the wrong thing, then fix the behaviour in \Prophecy\Doubler\Generator\Node\ReturnTypeNode
\Prophecy\Doubler\Generator\Node\ReturnTypeNode
Since PHP8 a union return type can contain false e.g.
int|false
We need to write some tests that check Prophecy doesn't break / do the wrong thing, then fix the behaviour in
\Prophecy\Doubler\Generator\Node\ReturnTypeNode