Fix code style

Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
pull/39299/head
Hamid Dehnavi 11 months ago committed by John Molakvoæ
parent 84749d53a9
commit 7a8d79b85c

@ -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