Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
26 | trait NotificationsTrait |
||
27 | { |
||
28 | /** |
||
29 | * Create a new notification |
||
30 | * @param Users $user |
||
31 | * @param string $content |
||
32 | * @param int $notificationTypeId |
||
33 | * @param string $systemModule |
||
34 | * @return void |
||
35 | */ |
||
36 | public static function create(array $user, string $content, int $notificationTypeId, string $systemModule): void |
||
53 |