wow-apps/symfony-slack-bot

View on GitHub
Entity/Attachment.php

Summary

Maintainability
B
6 hrs
Test Coverage

Attachment has 35 functions (exceeds 20 allowed). Consider refactoring.
Open

class Attachment
{
    /** @var string */
    private $color;

Severity: Minor
Found in Entity/Attachment.php - About 4 hrs to fix

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

            string $color = '',
            string $pretext = '',
            string $authorName = '',
            string $authorLink = '',
            string $authorIconUrl = '',
    Severity: Major
    Found in Entity/Attachment.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status