src/Alert.php
Alert
has 30 functions (exceeds 20 allowed). Consider refactoring. Invalid
Invalid
class Alert implements Arrayable, Jsonable, JsonSerializable, Stringable
{
use Macroable {
__call as macroCall;
}
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
protected Bag $bag,
protected ?string $persistKey = null,
protected string $message = '',
protected array $types = [],
protected array $links = [],