-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
67 lines (57 loc) · 3.57 KB
/
phpstan-baseline.neon
File metadata and controls
67 lines (57 loc) · 3.57 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
parameters:
ignoreErrors:
-
message: '#^Interface IteratorAggregate specifies template type TKey of interface Traversable as mixed but it''s already specified as \(int\|string\)\.$#'
identifier: generics.interfaceConflict
count: 1
path: src/FeedContext/ContextList.php
-
message: '#^Parameter \#1 \$context of method Setono\\SyliusFeedPlugin\\FeedContext\\ContextList\:\:add\(\) expects array\|object, mixed given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/ContextList.php
-
message: '#^PHPDoc tag @var with type Sylius\\Component\\Core\\Model\\ProductTranslationInterface\|null is not subtype of native type Sylius\\Component\\Resource\\Model\\TranslationInterface\|null\.$#'
identifier: varTag.nativeType
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^PHPDoc tag @var with type Sylius\\Component\\Taxonomy\\Model\\TaxonTranslationInterface\|null is not subtype of native type Sylius\\Component\\Resource\\Model\\TranslationInterface\|null\.$#'
identifier: varTag.nativeType
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(Sylius\\Component\\Taxonomy\\Model\\TaxonInterface\)\: mixed\)\|null, Closure\(Sylius\\Component\\Core\\Model\\TaxonInterface\)\: string given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^Parameter \#1 \$price of method Setono\\SyliusFeedPlugin\\Feed\\Model\\Google\\Shopping\\Product\:\:setPrice\(\) expects Setono\\SyliusFeedPlugin\\Feed\\Model\\Google\\Shopping\\Price\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^Parameter \#1 \$salePrice of method Setono\\SyliusFeedPlugin\\Feed\\Model\\Google\\Shopping\\Product\:\:setSalePrice\(\) expects Setono\\SyliusFeedPlugin\\Feed\\Model\\Google\\Shopping\\Price\|null, mixed given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^Parameter \#1 \$translatable of method Setono\\SyliusFeedPlugin\\FeedContext\\Google\\Shopping\\ProductItemContext\:\:getTranslation\(\) expects Sylius\\Component\\Resource\\Model\\TranslatableInterface, Sylius\\Component\\Core\\Model\\ProductInterface given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^Parameter \#1 \$translatable of method Setono\\SyliusFeedPlugin\\FeedContext\\Google\\Shopping\\ProductItemContext\:\:getTranslation\(\) expects Sylius\\Component\\Resource\\Model\\TranslatableInterface, Sylius\\Component\\Core\\Model\\TaxonInterface given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^Parameter \#2 \$currency of class Setono\\SyliusFeedPlugin\\Feed\\Model\\Google\\Shopping\\Price constructor expects string\|Stringable, Sylius\\Component\\Currency\\Model\\CurrencyInterface given\.$#'
identifier: argument.type
count: 1
path: src/FeedContext/Google/Shopping/ProductItemContext.php
-
message: '#^PHPDoc tag @var with type array\<array\{basename\: string, path\: string\}\>\|League\\Flysystem\\DirectoryListing\<League\\Flysystem\\StorageAttributes\> is not subtype of type League\\Flysystem\\DirectoryListing\<League\\Flysystem\\StorageAttributes\>\.$#'
identifier: varTag.type
count: 1
path: src/Message/Handler/FinishGenerationHandler.php