File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ parameters :
2
+ ignoreErrors :
3
+ -
4
+ message : " #^Call to method getBytesFromString\\ (\\ ) on an unknown class Random\\\\ Randomizer\\ .$#"
5
+ count : 1
6
+ path : ../src/Core/OAuth2Provider.php
7
+
8
+ -
9
+ message : " #^Instantiated class Random\\\\ Engine\\\\ Secure not found\\ .$#"
10
+ count : 1
11
+ path : ../src/Core/OAuth2Provider.php
12
+
13
+ -
14
+ message : " #^Instantiated class Random\\\\ Randomizer not found\\ .$#"
15
+ count : 1
16
+ path : ../src/Core/OAuth2Provider.php
17
+
Original file line number Diff line number Diff line change 4
4
5
5
$ includes = [];
6
6
7
- if (PHP_VERSION_ID < 80300 ){
7
+ if (PHP_VERSION_ID < 80200 ){
8
+ $ includes [] = __DIR__ .'/baseline-lt-8.2.neon ' ;
9
+ }
10
+ elseif (PHP_VERSION_ID < 80300 ){
8
11
$ includes [] = __DIR__ .'/baseline-lt-8.3.neon ' ;
9
12
}
10
13
You can’t perform that action at this time.
0 commit comments