mimmi20/monolog-factory

View on GitHub

Showing 127 of 127 total issues

Method __invoke has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __invoke(
        ContainerInterface $container,
        $requestedName,
        array | null $options = null,
    ): SymfonyMailerHandler {
Severity: Major
Found in src/Handler/SymfonyMailerHandlerFactory.php - About 2 hrs to fix

    Method __invoke has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function __invoke(
            ContainerInterface $container,
            $requestedName,
            array | null $options = null,
        ): TelegramBotHandler {
    Severity: Major
    Found in src/Handler/TelegramBotHandlerFactory.php - About 2 hrs to fix

      Method __invoke has 50 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function __invoke(
              ContainerInterface $container,
              $requestedName,
              array | null $options = null,
          ): RedisHandler {
      Severity: Minor
      Found in src/Handler/RedisHandlerFactory.php - About 2 hrs to fix

        Method __invoke has 50 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function __invoke(
                ContainerInterface $container,
                $requestedName,
                array | null $options = null,
            ): MongoDBHandler {
        Severity: Minor
        Found in src/Handler/MongoDBHandlerFactory.php - About 2 hrs to fix

          Method __invoke has 50 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function __invoke(
                  ContainerInterface $container,
                  $requestedName,
                  array | null $options = null,
              ): SlackHandler {
          Severity: Minor
          Found in src/Handler/SlackHandlerFactory.php - About 2 hrs to fix

            Method __invoke has 48 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function __invoke(ContainerInterface $container, $requestedName, array | null $options = null): AmqpHandler
                {
                    if (!is_array($options)) {
                        throw new ServiceNotCreatedException('Options must be an Array');
                    }
            Severity: Minor
            Found in src/Handler/AmqpHandlerFactory.php - About 1 hr to fix

              Method __invoke has 48 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function __invoke(
                      ContainerInterface $container,
                      $requestedName,
                      array | null $options = null,
                  ): GelfMessageFormatter {
              Severity: Minor
              Found in src/Formatter/GelfMessageFormatterFactory.php - About 1 hr to fix

                Function __invoke has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function __invoke(
                        ContainerInterface $container,
                        $requestedName,
                        array | null $options = null,
                    ): MongoDBHandler {
                Severity: Minor
                Found in src/Handler/MongoDBHandlerFactory.php - About 1 hr to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function __invoke has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function __invoke(
                        ContainerInterface $container,
                        $requestedName,
                        array | null $options = null,
                    ): RedisHandler {
                Severity: Minor
                Found in src/Handler/RedisHandlerFactory.php - About 1 hr to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function __invoke has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function __invoke(
                        ContainerInterface $container,
                        $requestedName,
                        array | null $options = null,
                    ): SymfonyMailerHandler {
                Severity: Minor
                Found in src/Handler/SymfonyMailerHandlerFactory.php - About 1 hr to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function __invoke has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function __invoke(
                        ContainerInterface $container,
                        $requestedName,
                        array | null $options = null,
                    ): CouchDBHandler {
                Severity: Minor
                Found in src/Handler/CouchDBHandlerFactory.php - About 1 hr to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Method __invoke has 47 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function __invoke(
                        ContainerInterface $container,
                        $requestedName,
                        array | null $options = null,
                    ): FingersCrossedHandler {
                Severity: Minor
                Found in src/Handler/FingersCrossedHandlerFactory.php - About 1 hr to fix

                  Method __invoke has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function __invoke(
                          ContainerInterface $container,
                          $requestedName,
                          array | null $options = null,
                      ): RedisPubSubHandler {
                  Severity: Minor
                  Found in src/Handler/RedisPubSubHandlerFactory.php - About 1 hr to fix

                    Method __invoke has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function __invoke(
                            ContainerInterface $container,
                            $requestedName,
                            array | null $options = null,
                        ): DynamoDbHandler {
                    Severity: Minor
                    Found in src/Handler/DynamoDbHandlerFactory.php - About 1 hr to fix

                      Method __invoke has 44 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function __invoke(
                              ContainerInterface $container,
                              $requestedName,
                              array | null $options = null,
                          ): CouchDBHandler {
                      Severity: Minor
                      Found in src/Handler/CouchDBHandlerFactory.php - About 1 hr to fix

                        Method __invoke has 44 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function __invoke(
                                ContainerInterface $container,
                                $requestedName,
                                array | null $options = null,
                            ): NativeMailerHandler {
                        Severity: Minor
                        Found in src/Handler/NativeMailerHandlerFactory.php - About 1 hr to fix

                          Function __invoke has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                          Open

                              public function __invoke(
                                  ContainerInterface $container,
                                  $requestedName,
                                  array | null $options = null,
                              ): ElasticaHandler {
                          Severity: Minor
                          Found in src/Handler/ElasticaHandlerFactory.php - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function __invoke has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                          Open

                              public function __invoke(
                                  ContainerInterface $container,
                                  $requestedName,
                                  array | null $options = null,
                              ): RotatingFileHandler {
                          Severity: Minor
                          Found in src/Handler/RotatingFileHandlerFactory.php - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function getActivationStrategy has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                          Open

                              private function getActivationStrategy(
                                  ContainerInterface $container,
                                  ActivationStrategyInterface | Level | int | array | string | null $activationStrategy,
                              ): ActivationStrategyInterface | Level | null {
                                  if ($activationStrategy === null) {
                          Severity: Minor
                          Found in src/Handler/FingersCrossedHandlerFactory.php - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Function __invoke has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
                          Open

                              public function __invoke(
                                  ContainerInterface $container,
                                  $requestedName,
                                  array | null $options = null,
                              ): RedisPubSubHandler {
                          Severity: Minor
                          Found in src/Handler/RedisPubSubHandlerFactory.php - About 1 hr to fix

                          Cognitive Complexity

                          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                          A method's cognitive complexity is based on a few simple rules:

                          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                          • Code is considered more complex for each "break in the linear flow of the code"
                          • Code is considered more complex when "flow breaking structures are nested"

                          Further reading

                          Severity
                          Category
                          Status
                          Source
                          Language