Skip to content

Commit

Permalink
Resolved linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Feb 4, 2025
1 parent f09204c commit a4c55c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/RequestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function getEnvironment(): string
return $this->environment;
}

public function isReadOnly() : bool
public function isReadOnly(): bool
{
return $this->read_only;
}
Expand Down

0 comments on commit a4c55c3

Please sign in to comment.