Skip to content

Commit

Permalink
Apply fixes from StyleCI (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
rafaucau and StyleCIBot authored Jan 28, 2024
1 parent 04b589c commit a856851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Abstract/PurgeMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface

// If this is just an update of the last read post, there is no point in clearing the public cache
if ($this->isDiscussion && Arr::get(
$request->getParsedBody(),
'data.attributes.lastReadPostNumber'
)
$request->getParsedBody(),
'data.attributes.lastReadPostNumber'
)
) {
return $response;
}
Expand Down

0 comments on commit a856851

Please sign in to comment.