Skip to content

Commit

Permalink
Merge pull request #8742 from weirdan/fix-7706
Browse files Browse the repository at this point in the history
Correct `Clause::$hash` type
  • Loading branch information
orklah committed Nov 23, 2022
2 parents e83ac65 + 262c7ff commit feb7cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Clause.php
Expand Up @@ -81,7 +81,7 @@ class Clause
/** @var array<string, bool> */
public $redefined_vars = [];

/** @var string|int */
/** @var string */
public $hash;

/**
Expand Down

0 comments on commit feb7cd6

Please sign in to comment.