Skip to content

Commit f19cda5

Browse files
committed
chore: composer run cs:fix
Signed-off-by: Dorra <dorra.jaoued7@gmail.com>
1 parent 06cd310 commit f19cda5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lib/Controller/IPWhitelistController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use OCP\IRequest;
3434

3535
class IPWhitelistController extends Controller {
36-
3736
/** @var IConfig */
3837
private $config;
3938

tests/Controller/IPWhitelistControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
use Test\TestCase;
3232

3333
class IPWhitelistControllerTest extends TestCase {
34-
3534
/** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */
3635
private $config;
3736
/** @var IPWhitelistController */

tests/Settings/IPWhitelistTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Test\TestCase;
88

99
class IPWhitelistTest extends TestCase {
10-
1110
/** @var IPWhitelist */
1211
private $settings;
1312

0 commit comments

Comments
 (0)