Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
@ -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;
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 {
private IConfig $config,