Skip to content

Commit

Permalink
chore: composer run cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dorra <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Feb 1, 2024
1 parent 06cd310 commit f19cda5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/Controller/IPWhitelistController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
use OCP\IRequest;

class IPWhitelistController extends Controller {

/** @var IConfig */
private $config;

Expand Down
1 change: 0 additions & 1 deletion tests/Controller/IPWhitelistControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use Test\TestCase;

class IPWhitelistControllerTest extends TestCase {

/** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */
private $config;
/** @var IPWhitelistController */
Expand Down
1 change: 0 additions & 1 deletion tests/Settings/IPWhitelistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Test\TestCase;

class IPWhitelistTest extends TestCase {

/** @var IPWhitelist */
private $settings;

Expand Down

0 comments on commit f19cda5

Please sign in to comment.