tests: phpcs: fix 'Opening brace must not be followed by a blank line' error

- fixes https://github.com/shaarli/Shaarli/issues/1818
This commit is contained in:
nodiscc 2022-01-13 20:48:35 +01:00
parent aeda845b3c
commit cf9031da22
8 changed files with 0 additions and 8 deletions

View file

@ -12,7 +12,6 @@ use Slim\Http\Response;
*/ */
abstract class ApiException extends \Exception abstract class ApiException extends \Exception
{ {
/** /**
* @var Response instance from Slim. * @var Response instance from Slim.
*/ */

View file

@ -6,5 +6,4 @@ namespace Shaarli\Bookmark\Exception;
class DatastoreNotInitializedException extends \Exception class DatastoreNotInitializedException extends \Exception
{ {
} }

View file

@ -51,5 +51,4 @@ use Slim\Container;
*/ */
class ShaarliContainer extends Container class ShaarliContainer extends Container
{ {
} }

View file

@ -6,5 +6,4 @@ namespace Shaarli\Front\Exception;
class CantLoginException extends \Exception class CantLoginException extends \Exception
{ {
} }

View file

@ -11,5 +11,4 @@ namespace Shaarli\Front\Exception;
*/ */
class UnauthorizedException extends \Exception class UnauthorizedException extends \Exception
{ {
} }

View file

@ -38,5 +38,4 @@ use Shaarli\Thumbnailer;
*/ */
class ShaarliTestContainer extends ShaarliContainer class ShaarliTestContainer extends ShaarliContainer
{ {
} }

View file

@ -7,7 +7,6 @@ namespace Shaarli\Http;
*/ */
class GetIpAdressFromProxyTest extends \Shaarli\TestCase class GetIpAdressFromProxyTest extends \Shaarli\TestCase
{ {
/** /**
* Test without proxy * Test without proxy
*/ */

View file

@ -9,7 +9,6 @@ namespace Shaarli\Http;
*/ */
class IsHttpsTest extends \Shaarli\TestCase class IsHttpsTest extends \Shaarli\TestCase
{ {
/** /**
* Test is_https with HTTPS values. * Test is_https with HTTPS values.
*/ */