Fix code style

Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
pull/39299/head
Hamid Dehnavi 3 years ago committed by John Molakvoæ
parent 84749d53a9
commit 7a8d79b85c
  1. 1
      lib/private/App/AppStore/Bundles/Bundle.php
  2. 4
      lib/private/App/AppStore/Bundles/BundleFetcher.php
  3. 1
      lib/private/App/AppStore/Fetcher/AppFetcher.php
  4. 1
      lib/private/App/AppStore/Version/Version.php
  5. 1
      lib/private/App/InfoParser.php
  6. 1
      lib/private/App/Platform.php

@ -26,7 +26,6 @@ namespace OC\App\AppStore\Bundles;
use OCP\IL10N;
abstract class Bundle {
/**
* @param IL10N $l10n
*/

@ -27,9 +27,7 @@ namespace OC\App\AppStore\Bundles;
use OCP\IL10N;
class BundleFetcher {
public function __construct
(
public function __construct(
private IL10N $l10n,
) {
}

@ -39,7 +39,6 @@ use OCP\Support\Subscription\IRegistry;
use Psr\Log\LoggerInterface;
class AppFetcher extends Fetcher {
/** @var IRegistry */
protected IRegistry $registry;

@ -23,7 +23,6 @@
namespace OC\App\AppStore\Version;
class Version {
/**
* @param string $minVersion
* @param string $maxVersion

@ -34,7 +34,6 @@ use function libxml_disable_entity_loader;
use function simplexml_load_string;
class InfoParser {
/**
* @param ICache|null $cache
*/

@ -36,7 +36,6 @@ use OCP\IConfig;
* @package OC\App
*/
class Platform {
public function __construct(
private IConfig $config,
) {

Loading…
Cancel
Save