Skip to content

Commit 09c1514

Browse files
Fix static analysis
1 parent 2a49136 commit 09c1514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Material.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function deleteAfterDetachingStorageLocations(): ?bool
5858
* organization_id: int,
5959
* storage_locations?: array<int, array{
6060
* remove?: bool,
61-
* storage_location_id: int,
61+
* storage_location_id: numeric-string,
6262
* material_status: string,
6363
* stock?: ?int,
6464
* remarks?: ?string

0 commit comments

Comments
 (0)