Skip to content

Commit 244413d

Browse files
committedOct 14, 2024
lowest version bump
1 parent 6db3f0d commit 244413d

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"nette/utils": "^4.0.0|^3.2.5",
3434
"symfony/console": "^6.4.2 || ^7.0.2",
3535
"tracy/tracy": "^2.6.7",
36-
"monolog/monolog": "^2.0.2",
36+
"monolog/monolog": "^3.0.0",
3737
"ezimuel/ringphp": "^1.2"
3838
},
3939
"require-dev": {

‎phpstan-low.neon

-47
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,7 @@ parameters:
66
- %rootDir%/../../../phpstanConstants.php
77

88
ignoreErrors:
9-
-
10-
message: "#^Method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:emergency\\(\\) should return null but return statement is missing\\.$#"
11-
count: 1
12-
path: src/Diagnostics/PanelLogger.php
13-
14-
-
15-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:alert\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:alert\\(\\)$#"
16-
count: 1
17-
path: src/Diagnostics/PanelLogger.php
18-
19-
-
20-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:critical\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:critical\\(\\)$#"
21-
count: 1
22-
path: src/Diagnostics/PanelLogger.php
23-
24-
-
25-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:debug\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:debug\\(\\)$#"
26-
count: 1
27-
path: src/Diagnostics/PanelLogger.php
28-
29-
-
30-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:error\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:error\\(\\)$#"
31-
count: 1
32-
path: src/Diagnostics/PanelLogger.php
33-
34-
-
35-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:info\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:info\\(\\)$#"
36-
count: 1
37-
path: src/Diagnostics/PanelLogger.php
38-
39-
-
40-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:log\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:log\\(\\)$#"
41-
count: 1
42-
path: src/Diagnostics/PanelLogger.php
43-
44-
-
45-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:notice\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:notice\\(\\)$#"
46-
count: 1
47-
path: src/Diagnostics/PanelLogger.php
48-
49-
-
50-
message: "#^Return type \\(void\\) of method Spameri\\\\Elastic\\\\Diagnostics\\\\PanelLogger\\:\\:warning\\(\\) should be compatible with return type \\(null\\) of method Psr\\\\Log\\\\LoggerInterface\\:\\:warning\\(\\)$#"
51-
count: 1
52-
path: src/Diagnostics/PanelLogger.php
53-
549
-
5510
identifier: missingType.iterableValue
5611
-
5712
identifier: missingType.generics
58-
59-

0 commit comments

Comments
 (0)