laravel/framework

View on GitHub

Showing 864 of 1,073 total issues

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

    public function __construct($storeName, $key, $value, $seconds = null, $tags = [])
Severity: Minor
Found in src/Illuminate/Cache/Events/KeyWriteFailed.php - About 35 mins to fix

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

        public function __construct($name, SessionHandlerInterface $handler, EncrypterContract $encrypter, $id = null, $serialization = 'php')
    Severity: Minor
    Found in src/Illuminate/Session/EncryptedStore.php - About 35 mins to fix

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

          public function __construct($storeName, $key, $value, $seconds = null, $tags = [])
      Severity: Minor
      Found in src/Illuminate/Cache/Events/KeyWritten.php - About 35 mins to fix

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

                Factory $viewFactory,
                Listener $listener,
                HtmlErrorRenderer $htmlErrorRenderer,
                BladeMapper $bladeMapper,
                string $basePath
        Severity: Minor
        Found in src/Illuminate/Foundation/Exceptions/Renderer/Renderer.php - About 35 mins to fix

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

              public function __construct($pheanstalk,
                                          $default,
                                          $timeToRun,
                                          $blockFor = 0,
                                          $dispatchAfterCommit = false)
          Severity: Minor
          Found in src/Illuminate/Queue/BeanstalkdQueue.php - About 35 mins to fix

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

                public function validateWithBag($errorBag, Request $request, array $rules,
                                                array $messages = [], array $attributes = [])
            Severity: Minor
            Found in src/Illuminate/Foundation/Validation/ValidatesRequests.php - About 35 mins to fix

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

                  public function __construct(Container $container, SqsClient $sqs, array $job, $connectionName, $queue)
              Severity: Minor
              Found in src/Illuminate/Queue/Jobs/SqsJob.php - About 35 mins to fix

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

                    public function __construct(Connection $database,
                                                $table,
                                                $default = 'default',
                                                $retryAfter = 60,
                                                $dispatchAfterCommit = false)
                Severity: Minor
                Found in src/Illuminate/Queue/DatabaseQueue.php - About 35 mins to fix

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

                      protected function enqueueUsing($job, $payload, $queue, $delay, $callback)
                  Severity: Minor
                  Found in src/Illuminate/Queue/Queue.php - About 35 mins to fix

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

                        public function json($method, $uri, array $data = [], array $headers = [], $options = 0)
                    Severity: Minor
                    Found in src/Illuminate/Foundation/Testing/Concerns/MakesHttpRequests.php - About 35 mins to fix

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

                          public static function later($delay, $job, $data = '', $queue = null, $connection = null)
                      Severity: Minor
                      Found in src/Illuminate/Queue/Capsule/Manager.php - About 35 mins to fix

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

                            public function __construct(Container $container, DatabaseQueue $database, $job, $connectionName, $queue)
                        Severity: Minor
                        Found in src/Illuminate/Queue/Jobs/DatabaseJob.php - About 35 mins to fix

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

                              public function __construct(SqsClient $sqs,
                                                          $default,
                                                          $prefix = '',
                                                          $suffix = '',
                                                          $dispatchAfterCommit = false)
                          Severity: Minor
                          Found in src/Illuminate/Queue/SqsQueue.php - About 35 mins to fix

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

                                public function __construct(QueueManager $manager,
                                                            Dispatcher $events,
                                                            ExceptionHandler $exceptions,
                                                            callable $isDownForMaintenance,
                                                            ?callable $resetScope = null)
                            Severity: Minor
                            Found in src/Illuminate/Queue/Worker.php - About 35 mins to fix

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

                                  public function set($key, $value, $expireResolution = null, $expireTTL = null, $flag = null)
                              Severity: Minor
                              Found in src/Illuminate/Redis/Connections/PhpRedisConnection.php - About 35 mins to fix

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

                                    public function __construct(Container $container, $pheanstalk, JobIdInterface $job, $connectionName, $queue)
                                Severity: Minor
                                Found in src/Illuminate/Queue/Jobs/BeanstalkdJob.php - About 35 mins to fix

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

                                      protected function modifyGroup(string $group, array|string $append, array|string $prepend, array|string $remove, array $replace)
                                  Severity: Minor
                                  Found in src/Illuminate/Foundation/Configuration/Middleware.php - About 35 mins to fix

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

                                        protected function stopIfNecessary(WorkerOptions $options, $lastRestart, $startTime = 0, $jobsProcessed = 0, $job = null)
                                    Severity: Minor
                                    Found in src/Illuminate/Queue/Worker.php - About 35 mins to fix

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

                                          protected function raiseJobQueuedEvent($queue, $jobId, $job, $payload, $delay)
                                      Severity: Minor
                                      Found in src/Illuminate/Queue/Queue.php - About 35 mins to fix

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

                                            protected function getExistCount($connection, $table, $column, $value, $parameters)
                                        Severity: Minor
                                        Found in src/Illuminate/Validation/Concerns/ValidatesAttributes.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language