-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-report.json
43 lines (43 loc) · 2.3 KB
/
psalm-report.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"error": [],
"warning": [
{
"severity": "info",
"line_from": 31,
"line_to": 31,
"type": "MoreSpecificImplementedParamType",
"message": "Argument 2 of SprykerShop\\Yves\\ShoppingListNoteWidget\\Form\\ShoppingListItemNoteForm::buildForm has the more specific type 'array<string, mixed>', expecting 'array<array-key, mixed>' as defined by Symfony\\Component\\Form\\AbstractType::buildForm",
"file_name": "vendor/spryker/spryker-shop/Bundles/ShoppingListNoteWidget/src/SprykerShop/Yves/ShoppingListNoteWidget/Form/ShoppingListItemNoteForm.php",
"snippet": " public function buildForm(FormBuilderInterface $builder, array $options): void",
"selected_text": "$options",
"error_level": 5,
"shortcode": 140
},
{
"severity": "info",
"line_from": 28,
"line_to": 28,
"type": "MoreSpecificImplementedParamType",
"message": "Argument 3 of SprykerShop\\Yves\\ShoppingListNoteWidget\\Form\\ShoppingListItemNoteFormType::buildView has the more specific type 'array<string, mixed>', expecting 'array<array-key, mixed>' as defined by Symfony\\Component\\Form\\AbstractType::buildView",
"file_name": "vendor/spryker/spryker-shop/Bundles/ShoppingListNoteWidget/src/SprykerShop/Yves/ShoppingListNoteWidget/Form/ShoppingListItemNoteFormType.php",
"snippet": " public function buildView(FormView $view, FormInterface $form, array $options): void",
"selected_text": "$options",
"error_level": 5,
"shortcode": 140
},
{
"severity": "info",
"line_from": 20,
"line_to": 20,
"type": "PossiblyNullReference",
"message": "Cannot call method getNote on possibly null value",
"file_name": "vendor/spryker/spryker-shop/Bundles/ShoppingListNoteWidget/src/SprykerShop/Yves/ShoppingListNoteWidget/Widget/ShoppingListItemNoteWidget.php",
"snippet": " $this->addParameter('note', $shoppingListItemTransfer->getShoppingListItemNote()->getNote());",
"selected_text": "getNote",
"error_level": 3,
"shortcode": 83
}
],
"deprecation": [],
"count": 3
}