Total Complexity | 6 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | trait WithNotification |
||
12 | { |
||
13 | use HasDownLoadLink; |
||
14 | |||
15 | protected ?string $notificationUserClass = null; |
||
16 | protected ?int $notificationUserId = null; |
||
17 | |||
18 | public function setNotificationUser(?Model $notificationUser = null): static |
||
24 | } |
||
25 | |||
26 | public function notificationUser(): ?Model |
||
34 | } |
||
35 | |||
36 | public function notifyUser(ExportStoredFile $fileModel): void |
||
50 |
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.