owncloud/core

View on GitHub

Showing 3,235 of 4,504 total issues

Method format has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    protected function format($timestamp, $type, $format, \DateTimeZone $timeZone = null, \OCP\IL10N $l = null) {
Severity: Minor
Found in lib/private/DateTimeFormatter.php - About 35 mins to fix

    Method callForUsers has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function callForUsers(\Closure $callback, $search = '', $onlySeen = false, $limit = null, $offset = null) {
    Severity: Minor
    Found in lib/private/User/Manager.php - About 35 mins to fix

      Method getForObject has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              $objectType,
              $objectId,
              $limit = 0,
              $offset = 0,
              \DateTime $notOlderThan = null
      Severity: Minor
      Found in lib/private/Comments/Manager.php - About 35 mins to fix

        Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                IConfig $config,
                IRequest $request,
                IThemeService $themeService,
                IUserSession $userSession = null,
                $serverRoot
        Severity: Minor
        Found in lib/private/L10N/Factory.php - About 35 mins to fix

          Method checkIfAccountReappeared has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              private function checkIfAccountReappeared(Account $a, array &$removed, array &$reappeared, UserInterface $backend, $backendClass) {
          Severity: Minor
          Found in lib/private/User/SyncService.php - About 35 mins to fix

            Method setUserValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function setUserValue($userId, $appName, $key, $value, $preCondition = null) {
            Severity: Minor
            Found in lib/private/AllConfig.php - About 35 mins to fix

              Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function __construct(IConfig $config, ILogger $logger, IUserManager $manager, ISession $session, ITimeFactory $timeFactory) {
              Severity: Minor
              Found in lib/private/User/BasicAuthModule.php - About 35 mins to fix

                Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        IConfig $config,
                        ILogger $logger,
                        AccountMapper $accountMapper,
                        SyncService $syncService,
                        UserSearch $userSearch
                Severity: Minor
                Found in lib/private/User/Manager.php - About 35 mins to fix

                  Method callForUsers has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function callForUsers($callback, $search, $onlySeen, $limit = null, $offset = null) {
                  Severity: Minor
                  Found in lib/private/User/AccountMapper.php - About 35 mins to fix

                    Method convertDB has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        protected function convertDB(Connection $fromDB, Connection $toDB, array $tables, InputInterface $input, OutputInterface $output) {
                    Severity: Minor
                    Found in core/Command/Db/ConvertType.php - About 35 mins to fix

                      Method writeArrayInOutputFormat has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          protected function writeArrayInOutputFormat(InputInterface $input, OutputInterface $output, $items, $prefix = self::DEFAULT_OUTPUT_PREFIX, $showIntKeys = false) {
                      Severity: Minor
                      Found in core/Command/Base.php - About 35 mins to fix

                        Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                IManager $encryptionManager,
                                IAppManager $appManager,
                                IConfig $config,
                                \OC\Encryption\DecryptAll $decryptAll,
                                QuestionHelper $questionHelper
                        Severity: Minor
                        Found in core/Command/Encryption/DecryptAll.php - About 35 mins to fix

                          Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function __construct(View $view, IUserManager $userManager, IConfig $config, Util $util, QuestionHelper $questionHelper) {
                          Severity: Minor
                          Found in core/Command/Encryption/ChangeKeyStorageRoot.php - About 35 mins to fix

                            Method writeJsonFile has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                private function writeJsonFile($path, $lang, OutputInterface $output, $translations, $plurals) {
                            Severity: Minor
                            Found in core/Command/L10n/CreateJs.php - About 35 mins to fix

                              Method copyTable has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  protected function copyTable(Connection $fromDB, Connection $toDB, Table $table, InputInterface $input, OutputInterface $output) {
                              Severity: Minor
                              Found in core/Command/Db/ConvertType.php - About 35 mins to fix

                                Method syncMultipleUsers has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        InputInterface $input,
                                        OutputInterface $output,
                                        SyncService $syncService,
                                        UserInterface $backend,
                                        $missingAccountsAction
                                Severity: Minor
                                Found in core/Command/User/SyncBackend.php - About 35 mins to fix

                                  Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          IUserManager $userManager,
                                          IConfig $config,
                                          ITimeFactory $timeFactory,
                                          EnvironmentHelper $environmentHelper,
                                          LostController $lostController
                                  Severity: Minor
                                  Found in core/Command/User/ResetPassword.php - About 35 mins to fix

                                    Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                            $appName,
                                            IRequest $request,
                                            IDBConnection $dbConnection,
                                            IUserSession $userSession,
                                            IUserManager $userManager
                                    Severity: Minor
                                    Found in core/Controller/OcsController.php - About 35 mins to fix

                                      Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                              $appName,
                                              IRequest $request,
                                              IConfig $config,
                                              Application $console,
                                              ILogger $logger
                                      Severity: Minor
                                      Found in core/Controller/OccController.php - About 35 mins to fix

                                        Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                $appName,
                                                IRequest $request,
                                                IConfig $config,
                                                ILogger $logger,
                                                IJobList $jobList
                                        Severity: Minor
                                        Found in core/Controller/CronController.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language