Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 29, 2024
1 parent da12dc2 commit daad756
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class Foo

final protected $b;

public private(set) $c;
public private(set) int $c;

protected private(set) $d;
protected private(set) int $d;

}

Expand Down

0 comments on commit daad756

Please sign in to comment.