Skip to content

Commit a4c55c3

Browse files
committed
Resolved linter error
1 parent f09204c commit a4c55c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/src/RequestContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function getEnvironment(): string
155155
return $this->environment;
156156
}
157157

158-
public function isReadOnly() : bool
158+
public function isReadOnly(): bool
159159
{
160160
return $this->read_only;
161161
}

0 commit comments

Comments
 (0)