You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deprecate the `Sentry\SentryBundle\EventListener\ConsoleCommandListener` class in favor of its parent class `Sentry\SentryBundle\EventListener\ConsoleListener` (#429)
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+105Lines changed: 105 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,91 @@ parameters:
10
10
count:1
11
11
path:src/DependencyInjection/Configuration.php
12
12
13
+
-
14
+
message:"#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:end\\(\\)\\.$#"
15
+
count:1
16
+
path:src/DependencyInjection/Configuration.php
17
+
13
18
-
14
19
message:"#^Else branch is unreachable because previous condition is always true\\.$#"
15
20
count:1
16
21
path:src/EventListener/ErrorListener.php
17
22
23
+
-
24
+
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriver\\:\\:connect\\(\\) has parameter \\$driverOptions with no value type specified in iterable type array\\.$#"
25
+
count:1
26
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
27
+
28
+
-
29
+
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriver\\:\\:connect\\(\\) has parameter \\$password with no typehint specified\\.$#"
30
+
count:1
31
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
32
+
33
+
-
34
+
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriver\\:\\:connect\\(\\) has parameter \\$username with no typehint specified\\.$#"
35
+
count:1
36
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
37
+
38
+
-
39
+
message:"#^Call to an undefined method Doctrine\\\\DBAL\\\\Driver\\|Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\Compatibility\\\\ExceptionConverterDriverInterface\\:\\:connect\\(\\)\\.$#"
40
+
count:1
41
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
42
+
43
+
-
44
+
message:"#^Call to an undefined method Doctrine\\\\DBAL\\\\Driver\\|Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\Compatibility\\\\ExceptionConverterDriverInterface\\:\\:getDatabasePlatform\\(\\)\\.$#"
45
+
count:2
46
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
47
+
48
+
-
49
+
message:"#^Call to an undefined method Doctrine\\\\DBAL\\\\Driver\\|Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\Compatibility\\\\ExceptionConverterDriverInterface\\:\\:getSchemaManager\\(\\)\\.$#"
50
+
count:1
51
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
52
+
53
+
-
54
+
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriver\\:\\:convertException\\(\\) has parameter \\$message with no typehint specified\\.$#"
55
+
count:1
56
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
57
+
58
+
-
59
+
message:"#^Call to an undefined method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\Compatibility\\\\ExceptionConverterDriverInterface\\:\\:convertException\\(\\)\\.$#"
60
+
count:1
61
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
62
+
63
+
-
64
+
message:"#^Parameter \\#2 \\$query of class Doctrine\\\\DBAL\\\\Exception\\\\DriverException constructor expects Doctrine\\\\DBAL\\\\Query\\|null, Doctrine\\\\DBAL\\\\Driver\\\\Exception given\\.$#"
65
+
count:1
66
+
path:src/Tracing/Doctrine/DBAL/TracingDriver.php
67
+
68
+
-
69
+
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriverConnection\\:\\:prepare\\(\\) has parameter \\$sql with no typehint specified\\.$#"
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriverConnection\\:\\:query\\(\\) has parameter \\$args with no typehint specified\\.$#"
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriverConnection\\:\\:exec\\(\\) has parameter \\$sql with no typehint specified\\.$#"
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriverConnection\\:\\:errorCode\\(\\) has no return typehint specified\\.$#"
message:"#^Method Sentry\\\\SentryBundle\\\\Tracing\\\\Doctrine\\\\DBAL\\\\TracingDriverConnection\\:\\:errorInfo\\(\\) has no return typehint specified\\.$#"
message:"#^Trying to mock an undefined method convertException\\(\\) on class Sentry\\\\SentryBundle\\\\Tests\\\\Tracing\\\\Doctrine\\\\DBAL\\\\StubExceptionConverterDriverInterface\\.$#"
0 commit comments