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