mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:25:22 +01:00
Fixed some inspection issues
This commit is contained in:
@@ -97,7 +97,7 @@ class ProjectBomEntriesDataTable implements DataTableTypeInterface
|
||||
}
|
||||
|
||||
//@phpstan-ignore-next-line
|
||||
throw new \Exception('This should never happen!');
|
||||
throw new \RuntimeException('This should never happen!');
|
||||
},
|
||||
])
|
||||
->add('ipn', TextColumn::class, [
|
||||
|
||||
Reference in New Issue
Block a user