mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Fix code style
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
This commit is contained in:
parent
84749d53a9
commit
7a8d79b85c
6 changed files with 1 additions and 8 deletions
|
|
@ -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…
Reference in a new issue