mirovit/nova-notifications

View on GitHub
src/Notification.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Notification has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class Notification implements NotificationContract, Arrayable
{
    const LEVELS = ['info', 'success', 'error'];

    protected $notification = [];
Severity: Minor
Found in src/Notification.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status