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
chore(config): Update editorconfig and phpstan baseline
- Update indent_size and end_of_line in .editorconfig
- Set insert_final_newline to false in .editorconfig
- Update indent_size and insert_final_newline for *.vue, *.js, *.scss in .editorconfig
- Update paths for ignoreErrors in phpstan-baseline.neon
- Add path src/Collectors/RequestHeaderCollector.php to ignoreErrors in phpstan-baseline.neon
- Adjust ignoreErrors in phpstan.neon
- Update xsi:noNamespaceSchemaLocation in phpunit.xml.dist
message:"#^Property Guanguans\\\\LaravelExceptionNotify\\\\Collectors\\\\ApplicationCollector\\:\\:\\$container \\(Illuminate\\\\Foundation\\\\Application\\|Laravel\\\\Lumen\\\\Application\\) does not accept Illuminate\\\\Container\\\\Container\\.$#"
4
+
message:"#^Property Guanguans\\\\LaravelExceptionNotify\\\\Collectors\\\\ApplicationCollector\\:\\:\\$container \\(Illuminate\\\\Foundation\\\\Application\\) does not accept Illuminate\\\\Container\\\\Container\\.$#"
5
5
count:1
6
6
path:src/Collectors/ApplicationCollector.php
7
7
8
8
-
9
-
message:"#^Access to protected property Guanguans\\\\LaravelExceptionNotify\\\\Macros\\\\CollectionMacro\\:\\:\\$items\\.$#"
9
+
message:"#^Call to an undefined method Illuminate\\\\Support\\\\Stringable\\:\\:ucwords\\(\\)\\.$#"
10
10
count:1
11
-
path:src/Macros/CollectionMacro.php
11
+
path:src/Collectors/Collector.php
12
+
13
+
-
14
+
message:"#^Call to an undefined method Illuminate\\\\Http\\\\Request\\:\\:headers\\(\\)\\.$#"
15
+
count:1
16
+
path:src/Collectors/RequestHeaderCollector.php
12
17
13
18
-
14
19
message:"#^Access to protected property Guanguans\\\\LaravelExceptionNotify\\\\Macros\\\\StringableMacro\\:\\:\\$value\\.$#"
15
20
count:2
16
21
path:src/Macros/StringableMacro.php
17
22
18
23
-
19
-
message:"#^Unsafe usage of new static\\(\\)\\.$#"
20
-
count:2
24
+
message:"#^Call to an undefined static method Illuminate\\\\Support\\\\Str\\:\\:lcfirst\\(\\)\\.$#"
25
+
count:1
26
+
path:src/Macros/StringableMacro.php
27
+
28
+
-
29
+
message:"#^Call to an undefined static method Illuminate\\\\Support\\\\Str\\:\\:ucwords\\(\\)\\.$#"
0 commit comments