Skip to content

Commit

Permalink
Merge branch '7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 16, 2025
2 parents aa72c2d + 5a559a8 commit 8a089e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Snapshot.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ private function snapshotConstants(): void
$constants = get_defined_constants(true);

if (isset($constants['user'])) {
/* @phpstan-ignore assign.propertyType */
$this->constants = $constants['user'];
}
}
Expand Down

0 comments on commit 8a089e5

Please sign in to comment.