chore: code cleanup

This commit is contained in:
Björn Fromme
2025-08-21 14:20:43 +02:00
parent c4e28818e0
commit e36009008c
273 changed files with 547 additions and 531 deletions
+3 -2
View File
@@ -10,10 +10,11 @@ class ApplicationCreatedEvent extends Event
public const NAME = 'application.created';
public function __construct(private readonly Application $application)
{}
{
}
public function getApplication(): Application
{
return $this->application;
}
}
}
+3 -2
View File
@@ -10,10 +10,11 @@ class ApplicationDeletedEvent extends Event
public const NAME = 'application.deleted';
public function __construct(private readonly Application $application)
{}
{
}
public function getApplication(): Application
{
return $this->application;
}
}
}
+1 -1
View File
@@ -28,4 +28,4 @@ class ApplicationStatusEvent extends Event
{
return $this->comment;
}
}
}
+3 -2
View File
@@ -10,10 +10,11 @@ class AssignmentCalledOffEvent extends Event
public const NAME = 'assignment.called_off';
public function __construct(private readonly Assignment $assignment)
{}
{
}
public function getAssignment(): Assignment
{
return $this->assignment;
}
}
}
+3 -2
View File
@@ -10,10 +10,11 @@ class DispositionCreatedEvent extends Event
public const NAME = 'disposition.created';
public function __construct(private readonly Disposition $disposition)
{}
{
}
public function getDisposition(): Disposition
{
return $this->disposition;
}
}
}
+3 -2
View File
@@ -10,10 +10,11 @@ class DispositionDeletedEvent extends Event
public const NAME = 'disposition.deleted';
public function __construct(private readonly Disposition $disposition)
{}
{
}
public function getDisposition(): Disposition
{
return $this->disposition;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class DocumentConfirmedEvent extends Event
{
return $this->document;
}
}
}
+1 -1
View File
@@ -28,4 +28,4 @@ class DocumentRejectedEvent extends Event
{
return $this->comment;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class DocumentUploadedEvent extends Event
{
return $this->document;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class FeedbackProvidedEvent extends Event
{
return $this->feedback;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class LicenseAddedEvent extends Event
{
return $this->license;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class LicenseDeletedEvent extends Event
{
return $this->license;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class TrainingAttendanceCreatedEvent extends Event
{
return $this->trainingAttendance;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ class TrainingAttendanceDeletedEvent extends Event
{
return $this->trainingAttendance;
}
}
}