Skip to content

Commit

Permalink
Fixed property visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
struzik-vladislav committed Apr 26, 2022
1 parent c6a1438 commit 698157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/TaggedRequestAddon.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class TaggedRequestAddon implements RequestAddonInterface
{
public string $customTag = '';
private string $customTag = '';

public function build(RequestInterface $request): void
{
Expand Down

0 comments on commit 698157b

Please sign in to comment.