We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc7dd3 commit 2adbaf4Copy full SHA for 2adbaf4
3 files changed
src/PseudoTypes/Conditional.php
@@ -24,7 +24,7 @@
24
*
25
* @psalm-immutable
26
*/
27
-final class Conditional implements PseudoType
+final class Conditional extends Mixed_ implements PseudoType
28
{
29
/** @var bool */
30
private $negated;
src/PseudoTypes/ConditionalForParameter.php
-final class ConditionalForParameter implements PseudoType
+final class ConditionalForParameter extends Mixed_ implements PseudoType
src/Types/Mixed_.php
@@ -20,7 +20,7 @@
20
21
22
23
-final class Mixed_ implements Type
+class Mixed_ implements Type
/**
* Returns a rendered output of the Type as it would be used in a DocBlock.
0 commit comments