-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
134 lines (113 loc) · 4.57 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
134 lines (113 loc) · 4.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
parameters:
ignoreErrors:
-
rawMessage: 'Method Leapt\ImBundle\Doctrine\Mapping\Mogrify::__construct() has parameter $params with no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: src/Doctrine/Mapping/Mogrify.php
-
rawMessage: '''
Call to deprecated method getReflectionProperties() of class Doctrine\ORM\Mapping\ClassMetadata:
Use getPropertyAccessors() instead.
'''
identifier: method.deprecated
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: 'Call to function method_exists() with Doctrine\ORM\Mapping\ClassMetadata<object> and ''getPropertyAccessors'' will always evaluate to true.'
identifier: function.alreadyNarrowedType
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: 'Call to method getUnderlyingReflector() of internal interface Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessor from outside its root namespace Doctrine.'
identifier: method.internalInterface
count: 5
path: src/Listener/MogrifySubscriber.php
-
rawMessage: Cannot access property $name on ReflectionProperty|string.
identifier: property.nonObject
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: 'Method Leapt\ImBundle\Listener\MogrifySubscriber::getFiles() return type has no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: 'Parameter #1 $format of method Leapt\ImBundle\Manager::mogrify() expects array|string, ReflectionProperty|string given.'
identifier: argument.type
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: Property Leapt\ImBundle\Listener\MogrifySubscriber::$config type has no value type specified in iterable type array.
identifier: missingType.iterableValue
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: 'Strict comparison using !== between null and ReflectionProperty will always evaluate to true.'
identifier: notIdentical.alwaysTrue
count: 1
path: src/Listener/MogrifySubscriber.php
-
rawMessage: 'Method Leapt\ImBundle\Manager::__construct() has parameter $formats with no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: src/Manager.php
-
rawMessage: 'Method Leapt\ImBundle\Manager::convert() has parameter $format with no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: src/Manager.php
-
rawMessage: 'Method Leapt\ImBundle\Manager::getCacheContent() should return string but returns string|false.'
identifier: return.type
count: 1
path: src/Manager.php
-
rawMessage: 'Method Leapt\ImBundle\Manager::mogrify() has parameter $format with no value type specified in iterable type array.'
identifier: missingType.iterableValue
count: 1
path: src/Manager.php
-
rawMessage: 'Parameter #3 $length of function substr expects int|null, int<0, max>|false given.'
identifier: argument.type
count: 1
path: src/Manager.php
-
rawMessage: 'Method Leapt\ImBundle\Tests\LeaptImTestingKernel::configureContainer() is unused.'
identifier: method.unused
count: 1
path: tests/LeaptImTestingKernel.php
-
rawMessage: 'Method Leapt\ImBundle\Tests\LeaptImTestingKernel::configureRoutes() is unused.'
identifier: method.unused
count: 1
path: tests/LeaptImTestingKernel.php
-
rawMessage: 'Method Leapt\ImBundle\Tests\LeaptImTestingKernel::getConfigDir() is unused.'
identifier: method.unused
count: 1
path: tests/LeaptImTestingKernel.php
-
rawMessage: '''
Return type of method Leapt\ImBundle\Tests\LeaptImTestingKernel::registerBundles() has typehint with deprecated interface Symfony\Component\HttpKernel\Bundle\BundleInterface:
since Symfony 8.1, use Symfony\Component\DependencyInjection\Kernel\BundleInterface instead
'''
identifier: return.deprecatedInterface
count: 1
path: tests/LeaptImTestingKernel.php
-
rawMessage: 'Property Leapt\ImBundle\Tests\ManagerTest::$root is never read, only written.'
identifier: property.onlyWritten
count: 1
path: tests/ManagerTest.php
-
rawMessage: Unreachable statement - code above always terminates.
identifier: deadCode.unreachable
count: 3
path: tests/ManagerTest.php
-
rawMessage: 'Method Leapt\ImBundle\Tests\Mock\Process::run() overrides @final method Symfony\Component\Process\Process::run().'
identifier: method.parentMethodFinalByPhpDoc
count: 1
path: tests/Mock/Process.php