Skip to content

Commit 45f246d

Browse files
committed
Add mac OS scan
1 parent 3798e30 commit 45f246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psalm/Internal/Analyzer/Statements/ExpressionAnalyzer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static function analyze(
7979
Context $context,
8080
bool $array_assignment = false,
8181
?Context $global_context = null,
82-
PhpParser\Node\Stmt $from_stmt = null,
82+
?PhpParser\Node\Stmt $from_stmt = null,
8383
?TemplateResult $template_result = null,
8484
bool $assigned_to_reference = false,
8585
): bool {

0 commit comments

Comments
 (0)