[Corona] Fix codestyle issues

Review Request #998 — Created July 8, 2023 and submitted — Latest diff uploaded

pprkut
Lunr
234c732...
lunr

Fix codestyle issues

src/Lunr/Corona/JsonView.php
src/Lunr/Corona/MsgpackView.php
src/Lunr/Corona/Request.php
src/Lunr/Corona/RequestResultHandler.php
src/Lunr/Corona/Exceptions/BadGatewayException.php
src/Lunr/Corona/Exceptions/BadRequestException.php
src/Lunr/Corona/Exceptions/ConflictException.php
src/Lunr/Corona/Exceptions/ExpectationFailedException.php
src/Lunr/Corona/Exceptions/FailedDependencyException.php
src/Lunr/Corona/Exceptions/ForbiddenException.php
src/Lunr/Corona/Exceptions/HttpException.php
src/Lunr/Corona/Exceptions/InternalServerErrorException.php
src/Lunr/Corona/Exceptions/MethodNotAllowedException.php
src/Lunr/Corona/Exceptions/NotFoundException.php
src/Lunr/Corona/Exceptions/NotImplementedException.php
src/Lunr/Corona/Exceptions/PreconditionFailedException.php
src/Lunr/Corona/Exceptions/RequestedRangeNotSatisfiableException.php
src/Lunr/Corona/Exceptions/UnauthorizedException.php
src/Lunr/Corona/Exceptions/UnprocessableEntityException.php
src/Lunr/Corona/Tests/FrontControllerDispatchTest.php
src/Lunr/Corona/Tests/FrontControllerGetTest.php
src/Lunr/Corona/Tests/FrontControllerLookupTest.php
src/Lunr/Corona/Tests/FrontControllerRouteTest.php
src/Lunr/Corona/Tests/JsonViewPrintExceptionTest.php
src/Lunr/Corona/Tests/ModelCacheTest.php
src/Lunr/Corona/Tests/MsgpackViewPrintExceptionTest.php
src/Lunr/Corona/Tests/RequestResultHandlerHandleRequestTest.php
src/Lunr/Corona/Tests/Helpers/MockUncaughtException.php
Loading...