Skip to content

Commit 9bfb822

Browse files
committed
chore(deps-dev): Bump nextcloud/coding-standard from 1.4.0 to 1.5.0
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 583c90b commit 9bfb822

37 files changed

Lines changed: 13 additions & 50 deletions

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Command/Daemon/AddRegistry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace OCA\AppAPI\Command\Daemon;
1111

1212
use OCA\AppAPI\Service\DaemonConfigService;
13-
1413
use Symfony\Component\Console\Command\Command;
1514
use Symfony\Component\Console\Input\InputArgument;
1615
use Symfony\Component\Console\Input\InputInterface;

lib/Command/Daemon/ListRegistry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace OCA\AppAPI\Command\Daemon;
1111

1212
use OCA\AppAPI\Service\DaemonConfigService;
13-
1413
use Symfony\Component\Console\Command\Command;
1514
use Symfony\Component\Console\Input\InputArgument;
1615
use Symfony\Component\Console\Input\InputInterface;

lib/Command/Daemon/RegisterDaemon.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use OCA\AppAPI\AppInfo\Application;
1313
use OCA\AppAPI\Service\DaemonConfigService;
14-
1514
use OCP\IAppConfig;
1615
use Symfony\Component\Console\Command\Command;
1716
use Symfony\Component\Console\Input\InputArgument;

lib/Command/Daemon/RemoveRegistry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace OCA\AppAPI\Command\Daemon;
1111

1212
use OCA\AppAPI\Service\DaemonConfigService;
13-
1413
use Symfony\Component\Console\Command\Command;
1514
use Symfony\Component\Console\Input\InputArgument;
1615
use Symfony\Component\Console\Input\InputInterface;

lib/Command/Daemon/UnregisterDaemon.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace OCA\AppAPI\Command\Daemon;
1111

1212
use OCA\AppAPI\Service\DaemonConfigService;
13-
1413
use OCA\AppAPI\Service\ExAppService;
1514
use Symfony\Component\Console\Command\Command;
1615
use Symfony\Component\Console\Input\InputArgument;

lib/Command/ExApp/ListExApps.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
namespace OCA\AppAPI\Command\ExApp;
1111

1212
use OCA\AppAPI\Db\ExAppMapper;
13-
1413
use OCP\DB\Exception;
1514
use Symfony\Component\Console\Command\Command;
1615
use Symfony\Component\Console\Input\InputInterface;

lib/Command/ExApp/Register.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use OCA\AppAPI\Service\AppAPIService;
1818
use OCA\AppAPI\Service\DaemonConfigService;
1919
use OCA\AppAPI\Service\ExAppService;
20-
2120
use OCP\IAppConfig;
2221
use OCP\Security\ISecureRandom;
2322
use Psr\Log\LoggerInterface;

lib/Command/ExApp/Unregister.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
use OCA\AppAPI\DeployActions\DockerActions;
1313
use OCA\AppAPI\DeployActions\KubernetesActions;
14-
1514
use OCA\AppAPI\Service\AppAPIService;
1615
use OCA\AppAPI\Service\DaemonConfigService;
1716
use OCA\AppAPI\Service\ExAppDeployOptionsService;

lib/Command/ExApp/Update.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use OCA\AppAPI\Fetcher\ExAppFetcher;
1717
use OCA\AppAPI\Service\AppAPIService;
1818
use OCA\AppAPI\Service\DaemonConfigService;
19-
2019
use OCA\AppAPI\Service\ExAppDeployOptionsService;
2120
use OCA\AppAPI\Service\ExAppService;
2221
use Psr\Log\LoggerInterface;

0 commit comments

Comments
 (0)