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
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,38 @@ parameters:
15
15
count:1
16
16
path:src/DependencyInjection/Configuration.php
17
17
18
+
-
19
+
message:"#^Method Yokai\\\\SecurityTokenBundle\\\\Entity\\\\Token\\:\\:getLastUsage\\(\\) should return Yokai\\\\SecurityTokenBundle\\\\Entity\\\\TokenUsage\\|null but returns mixed\\.$#"
20
+
count:1
21
+
path:src/Entity/Token.php
22
+
23
+
-
24
+
message:"#^Method Yokai\\\\SecurityTokenBundle\\\\Entity\\\\Token\\:\\:getUsages\\(\\) should return array\\<Yokai\\\\SecurityTokenBundle\\\\Entity\\\\TokenUsage\\> but returns array\\.$#"
25
+
count:1
26
+
path:src/Entity/Token.php
27
+
28
+
-
29
+
message:"#^Property Yokai\\\\SecurityTokenBundle\\\\Entity\\\\Token\\:\\:\\$id is never written, only read\\.$#"
30
+
count:1
31
+
path:src/Entity/Token.php
32
+
33
+
-
34
+
message:"#^Property Yokai\\\\SecurityTokenBundle\\\\Entity\\\\TokenUsage\\:\\:\\$id is never written, only read\\.$#"
35
+
count:1
36
+
path:src/Entity/TokenUsage.php
37
+
38
+
-
39
+
message:"#^Call to an undefined method Symfony\\\\Component\\\\HttpFoundation\\\\RequestStack\\:\\:getMasterRequest\\(\\)\\.$#"
0 commit comments