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 @@
|
||||||
*/
|
*/
|
||||||
abstract class ApiException extends \Exception
|
abstract class ApiException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var Response instance from Slim.
|
* @var Response instance from Slim.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,5 +6,4 @@
|
||||||
|
|
||||||
class DatastoreNotInitializedException extends \Exception
|
class DatastoreNotInitializedException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,5 +51,4 @@
|
||||||
*/
|
*/
|
||||||
class ShaarliContainer extends Container
|
class ShaarliContainer extends Container
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,5 +6,4 @@
|
||||||
|
|
||||||
class CantLoginException extends \Exception
|
class CantLoginException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,5 +11,4 @@
|
||||||
*/
|
*/
|
||||||
class UnauthorizedException extends \Exception
|
class UnauthorizedException extends \Exception
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,5 +38,4 @@
|
||||||
*/
|
*/
|
||||||
class ShaarliTestContainer extends ShaarliContainer
|
class ShaarliTestContainer extends ShaarliContainer
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
*/
|
*/
|
||||||
class GetIpAdressFromProxyTest extends \Shaarli\TestCase
|
class GetIpAdressFromProxyTest extends \Shaarli\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test without proxy
|
* Test without proxy
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
*/
|
*/
|
||||||
class IsHttpsTest extends \Shaarli\TestCase
|
class IsHttpsTest extends \Shaarli\TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test is_https with HTTPS values.
|
* Test is_https with HTTPS values.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue