@@ -19,7 +19,7 @@ |
||
19 | 19 | class ProductRepository extends ServiceEntityRepository |
20 | 20 | { |
21 | 21 | |
22 | - private $inventory_exclude_types = ['custom', 'component', 'manufactured']; |
|
22 | + private $inventory_exclude_types = [ 'custom', 'component', 'manufactured' ]; |
|
23 | 23 | |
24 | 24 | public function __construct( |
25 | 25 | private PeopleService $peopleService, |