File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 144
144
"SpreadRemoval" : true ,
145
145
"Ternary" : true ,
146
146
"This" : true ,
147
- "Throw_" : true ,
147
+ "Throw_" : {
148
+ "ignore" : [
149
+ "Nexus\\Encryption\\Key::__unserialize"
150
+ ]
151
+ } ,
148
152
"TrueValue" : {
149
153
"ignore" : [
150
154
"Nexus\\Collection\\Collection::generateDiffHashTable"
Original file line number Diff line number Diff line change 16
16
use Infection \Mutator \ProfileList ;
17
17
use Nexus \Clock \SystemClock ;
18
18
use Nexus \Collection \Collection ;
19
+ use Nexus \Encryption \Key ;
19
20
use Nexus \Password \Hash \Pbkdf2Hash ;
20
21
use Nexus \Password \Hash \SodiumHash ;
21
22
@@ -81,6 +82,9 @@ final class InfectionConfigBuilder
81
82
'ModEqual ' => [
82
83
SystemClock::class,
83
84
],
85
+ 'Throw_ ' => [
86
+ Key::class.'::__unserialize ' ,
87
+ ],
84
88
'TrueValue ' => [
85
89
Collection::class.'::generateDiffHashTable ' ,
86
90
],
You can’t perform that action at this time.
0 commit comments