Skip to content

Commit

Permalink
Fix SA issues
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 15, 2022
1 parent 76a7c7d commit e7a4fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Psalm/Internal/DataFlow/Path.php
Expand Up @@ -14,8 +14,10 @@ class Path

public string $type;

/** @var ?array<string> */
public ?array $unescaped_taints = null;

/** @var ?array<string> */
public ?array $escaped_taints = null;

public int $length;
Expand Down

0 comments on commit e7a4fd9

Please sign in to comment.