Skip to content

Commit 2adbaf4

Browse files
committed
cr fix
1 parent 7bc7dd3 commit 2adbaf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/PseudoTypes/Conditional.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @psalm-immutable
2626
*/
27-
final class Conditional implements PseudoType
27+
final class Conditional extends Mixed_ implements PseudoType
2828
{
2929
/** @var bool */
3030
private $negated;

src/PseudoTypes/ConditionalForParameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @psalm-immutable
2626
*/
27-
final class ConditionalForParameter implements PseudoType
27+
final class ConditionalForParameter extends Mixed_ implements PseudoType
2828
{
2929
/** @var bool */
3030
private $negated;

src/Types/Mixed_.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @psalm-immutable
2222
*/
23-
final class Mixed_ implements Type
23+
class Mixed_ implements Type
2424
{
2525
/**
2626
* Returns a rendered output of the Type as it would be used in a DocBlock.

0 commit comments

Comments
 (0)