Skip to content

Commit bea757b

Browse files
committed
Fix CS error
1 parent dc38591 commit bea757b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Middleware/GlideMiddleware.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ protected function _checkModified(ServerRequestInterface $request, Server $serve
220220
*/
221221
protected function _getResponse(ServerRequestInterface $request, Server $server): ?ResponseInterface
222222
{
223-
if ((empty($this->_params)
223+
if (
224+
(empty($this->_params)
224225
|| (count($this->_params) === 1 && isset($this->_params['s']))
225226
)
226227
&& $this->getConfig('originalPassThrough')

0 commit comments

Comments
 (0)