Skip to content

Commit

Permalink
Declare class final
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 23, 2023
1 parent 9d01ba2 commit 095c16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snapshot.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* A snapshot of global state.
*/
class Snapshot
final class Snapshot
{
private ExcludeList $excludeList;
private array $globalVariables = [];
Expand Down

0 comments on commit 095c16c

Please sign in to comment.