Skip to content

Commit c242f66

Browse files
committed
Fix type documentation
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent d69f8b6 commit c242f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/CaseExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CaseExpression extends Component
5151
/**
5252
* The result in ELSE section of expr.
5353
*
54-
* @var array
54+
* @var Expression
5555
*/
5656
public $else_result;
5757

0 commit comments

Comments
 (0)