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:
parent
aeda845b3c
commit
cf9031da22
8 changed files with 0 additions and 8 deletions
|
@ -12,7 +12,6 @@ use Slim\Http\Response;
|
|||
*/
|
||||
abstract class ApiException extends \Exception
|
||||
{
|
||||
|
||||
/**
|
||||
* @var Response instance from Slim.
|
||||
*/
|
||||
|
|
|
@ -6,5 +6,4 @@ namespace Shaarli\Bookmark\Exception;
|
|||
|
||||
class DatastoreNotInitializedException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -51,5 +51,4 @@ use Slim\Container;
|
|||
*/
|
||||
class ShaarliContainer extends Container
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -6,5 +6,4 @@ namespace Shaarli\Front\Exception;
|
|||
|
||||
class CantLoginException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -11,5 +11,4 @@ namespace Shaarli\Front\Exception;
|
|||
*/
|
||||
class UnauthorizedException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -38,5 +38,4 @@ use Shaarli\Thumbnailer;
|
|||
*/
|
||||
class ShaarliTestContainer extends ShaarliContainer
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@ namespace Shaarli\Http;
|
|||
*/
|
||||
class GetIpAdressFromProxyTest extends \Shaarli\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* Test without proxy
|
||||
*/
|
||||
|
|
|
@ -9,7 +9,6 @@ namespace Shaarli\Http;
|
|||
*/
|
||||
class IsHttpsTest extends \Shaarli\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* Test is_https with HTTPS values.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue