mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 15:05:58 +01:00
Improved typing and phpdoc type annotations
This commit is contained in:
@@ -47,7 +47,7 @@ class ProjectBomEntriesDataTable implements DataTableTypeInterface
|
||||
}
|
||||
|
||||
|
||||
public function configure(DataTable $dataTable, array $options)
|
||||
public function configure(DataTable $dataTable, array $options): void
|
||||
{
|
||||
$dataTable
|
||||
//->add('select', SelectColumn::class)
|
||||
|
||||
Reference in New Issue
Block a user