Merge pull request #1825 from nodiscc/fix-phpcs-blank-lines-after-brace

tests: phpcs: fix 'Opening brace must not be followed by a blank line' error
This commit is contained in:
nodiscc 2022-01-13 19:54:45 +00:00 committed by GitHub
commit 39a3749f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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