ernestwisniewski/kbin

View on GitHub

Showing 464 of 573 total issues

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

        Entry|EntryComment|Post|PostComment|null $subject,
        EntryFactory $entryFactory,
        EntryCommentFactory $entryCommentFactory,
        PostFactory $postFactory,
        PostCommentFactory $postCommentFactory,
Severity: Minor
Found in src/Kbin/Magazine/DTO/MagazineLogResponseDto.php - About 35 mins to fix

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

            #[MapEntity(id: 'comment_id')]
            EntryComment $comment,
            int $choice,
            VoteCreate $voteCreate,
            EntryCommentFactory $factory,
    Severity: Minor
    Found in src/Controller/Api/Entry/Comments/EntryCommentsVoteApi.php - About 35 mins to fix

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

              int $magazineId = null,
              int $userId = null,
              string $username = null,
              string $apId = null,
              ImageDto $avatar = null
      Severity: Minor
      Found in src/Kbin/Magazine/DTO/MagazineModeratorResponseDto.php - About 35 mins to fix

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

                UserEdit $userEdit,
                UserFactory $userFactory,
                ValidatorInterface $validator,
                UserFactory $factory,
                RateLimiterFactory $apiUpdateLimiter
        Severity: Minor
        Found in src/Controller/Api/User/UserUpdateApi.php - About 35 mins to fix

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

                  #[MapEntity(id: 'entry_id')]
                  Entry $entry,
                  #[MapEntity(id: 'target_id')]
                  Magazine $target,
                  EntryMagazineChange $entryMagazineChange,
          Severity: Minor
          Found in src/Controller/Api/Entry/Admin/EntriesChangeMagazineApi.php - About 35 mins to fix

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

                    #[MapEntity(id: 'comment_id')]
                    PostComment $comment,
                    PostCommentEdit $postCommentEdit,
                    PostCommentFactory $factory,
                    ValidatorInterface $validator,
            Severity: Minor
            Found in src/Controller/Api/Post/Comments/PostCommentsUpdateApi.php - About 35 mins to fix

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

                      #[MapEntity(id: 'comment_id')]
                      EntryComment $comment,
                      EntryCommentEdit $entryCommentEdit,
                      EntryCommentFactory $factory,
                      ValidatorInterface $validator,
              Severity: Minor
              Found in src/Controller/Api/Entry/Comments/EntryCommentsUpdateApi.php - About 35 mins to fix

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

                        SiteRepository $repository,
                        EntityManagerInterface $entityManager,
                        SerializerInterface $serializer,
                        ValidatorInterface $validator,
                        RateLimiterFactory $apiModerateLimiter
                Severity: Minor
                Found in src/Controller/Api/Instance/Admin/InstanceUpdatePagesApi.php - About 35 mins to fix

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

                          #[MapEntity(id: 'magazine_id')]
                          Magazine $magazine,
                          ValidatorInterface $validator,
                          EntryCreate $entryCreate,
                          EntryFactory $entryFactory,
                  Severity: Minor
                  Found in src/Controller/Api/Entry/MagazineEntryCreateApi.php - About 35 mins to fix

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

                            EntryRepository $repository,
                            EntryFactory $factory,
                            RequestStack $request,
                            RateLimiterFactory $apiReadLimiter,
                            RateLimiterFactory $anonymousApiReadLimiter,
                    Severity: Minor
                    Found in src/Controller/Api/Entry/EntriesRetrieveApi.php - About 35 mins to fix

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

                              string $email = null,
                              string $username = null,
                              string $url = null,
                              bool $isActive = false,
                              User $user = null
                      Severity: Minor
                      Found in src/Kbin/Donor/DTO/DonorDto.php - About 35 mins to fix

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

                                #[MapEntity(id: 'comment_id')]
                                PostComment $comment,
                                int $choice,
                                VoteCreate $voteCreate,
                                PostCommentFactory $factory,
                        Severity: Minor
                        Found in src/Controller/Api/Post/Comments/PostCommentsVoteApi.php - About 35 mins to fix

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

                                  #[MapEntity(id: 'user_id')]
                                  User $user,
                                  EntryCommentRepository $repository,
                                  RequestStack $request,
                                  RateLimiterFactory $apiReadLimiter,
                          Severity: Minor
                          Found in src/Controller/Api/Entry/Comments/UserEntryCommentsRetrieveApi.php - About 35 mins to fix

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

                                    #[MapEntity(id: 'entry_id')]
                                    Entry $entry,
                                    int $choice,
                                    VoteCreate $voteCreate,
                                    EntryFactory $factory,
                            Severity: Minor
                            Found in src/Controller/Api/Entry/EntriesVoteApi.php - About 35 mins to fix

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

                                      #[MapEntity(id: 'entry_id')]
                                      Entry $entry,
                                      EntryFactory $factory,
                                      EventDispatcherInterface $dispatcher,
                                      RateLimiterFactory $apiReadLimiter,
                              Severity: Minor
                              Found in src/Controller/Api/Entry/EntriesRetrieveApi.php - About 35 mins to fix

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

                                        #[MapEntity(id: 'domain_id')]
                                        Domain $domain,
                                        EntryCommentRepository $repository,
                                        RequestStack $request,
                                        RateLimiterFactory $apiReadLimiter,
                                Severity: Minor
                                Found in src/Controller/Api/Entry/Comments/DomainEntryCommentsRetrieveApi.php - About 35 mins to fix

                                  Similar blocks of code found in 11 locations. Consider refactoring.
                                  Open

                                  <?php
                                  
                                  declare(strict_types=1);
                                  
                                  namespace DoctrineMigrations;
                                  Severity: Major
                                  Found in migrations/Version20230429053840.php and 10 other locations - About 35 mins to fix
                                  migrations/Version20220123173726.php on lines 1..34
                                  migrations/Version20220404185534.php on lines 1..34
                                  migrations/Version20220407171552.php on lines 1..34
                                  migrations/Version20220621144628.php on lines 1..32
                                  migrations/Version20220716142146.php on lines 1..34
                                  migrations/Version20220924182955.php on lines 1..34
                                  migrations/Version20221116150037.php on lines 1..32
                                  migrations/Version20221222124812.php on lines 1..32
                                  migrations/Version20230404080956.php on lines 1..34
                                  migrations/Version20230429143017.php on lines 1..34

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 92.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 11 locations. Consider refactoring.
                                  Open

                                  <?php
                                  
                                  declare(strict_types=1);
                                  
                                  namespace DoctrineMigrations;
                                  Severity: Major
                                  Found in migrations/Version20220716142146.php and 10 other locations - About 35 mins to fix
                                  migrations/Version20220123173726.php on lines 1..34
                                  migrations/Version20220404185534.php on lines 1..34
                                  migrations/Version20220407171552.php on lines 1..34
                                  migrations/Version20220621144628.php on lines 1..32
                                  migrations/Version20220924182955.php on lines 1..34
                                  migrations/Version20221116150037.php on lines 1..32
                                  migrations/Version20221222124812.php on lines 1..32
                                  migrations/Version20230404080956.php on lines 1..34
                                  migrations/Version20230429053840.php on lines 1..34
                                  migrations/Version20230429143017.php on lines 1..34

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 92.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 11 locations. Consider refactoring.
                                  Open

                                  <?php
                                  
                                  declare(strict_types=1);
                                  
                                  namespace DoctrineMigrations;
                                  Severity: Major
                                  Found in migrations/Version20230404080956.php and 10 other locations - About 35 mins to fix
                                  migrations/Version20220123173726.php on lines 1..34
                                  migrations/Version20220404185534.php on lines 1..34
                                  migrations/Version20220407171552.php on lines 1..34
                                  migrations/Version20220621144628.php on lines 1..32
                                  migrations/Version20220716142146.php on lines 1..34
                                  migrations/Version20220924182955.php on lines 1..34
                                  migrations/Version20221116150037.php on lines 1..32
                                  migrations/Version20221222124812.php on lines 1..32
                                  migrations/Version20230429053840.php on lines 1..34
                                  migrations/Version20230429143017.php on lines 1..34

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 92.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 11 locations. Consider refactoring.
                                  Open

                                  <?php
                                  
                                  declare(strict_types=1);
                                  
                                  namespace DoctrineMigrations;
                                  Severity: Major
                                  Found in migrations/Version20220924182955.php and 10 other locations - About 35 mins to fix
                                  migrations/Version20220123173726.php on lines 1..34
                                  migrations/Version20220404185534.php on lines 1..34
                                  migrations/Version20220407171552.php on lines 1..34
                                  migrations/Version20220621144628.php on lines 1..32
                                  migrations/Version20220716142146.php on lines 1..34
                                  migrations/Version20221116150037.php on lines 1..32
                                  migrations/Version20221222124812.php on lines 1..32
                                  migrations/Version20230404080956.php on lines 1..34
                                  migrations/Version20230429053840.php on lines 1..34
                                  migrations/Version20230429143017.php on lines 1..34

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 92.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language