Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi committed Dec 11, 2023
1 parent aa7fd88 commit c589051
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion lib/private/App/AppStore/Bundles/Bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
use OCP\IL10N;

abstract class Bundle {

/**
* @param IL10N $l10n
*/
Expand Down
4 changes: 1 addition & 3 deletions lib/private/App/AppStore/Bundles/BundleFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
use OCP\IL10N;

class BundleFetcher {

public function __construct
(
public function __construct(
private IL10N $l10n,
) {
}
Expand Down
1 change: 0 additions & 1 deletion lib/private/App/AppStore/Fetcher/AppFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
use Psr\Log\LoggerInterface;

class AppFetcher extends Fetcher {

/** @var IRegistry */
protected IRegistry $registry;

Expand Down
1 change: 0 additions & 1 deletion lib/private/App/AppStore/Version/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
namespace OC\App\AppStore\Version;

class Version {

/**
* @param string $minVersion
* @param string $maxVersion
Expand Down
1 change: 0 additions & 1 deletion lib/private/App/InfoParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use function simplexml_load_string;

class InfoParser {

/**
* @param ICache|null $cache
*/
Expand Down
1 change: 0 additions & 1 deletion lib/private/App/Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
* @package OC\App
*/
class Platform {

public function __construct(
private IConfig $config,
) {
Expand Down

0 comments on commit c589051

Please sign in to comment.