File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 142
142
"SpreadRemoval" : true ,
143
143
"Ternary" : true ,
144
144
"This" : true ,
145
- "Throw_" : true ,
145
+ "Throw_" : {
146
+ "ignore" : [
147
+ "Nexus\\Encryption\\Key::__unserialize"
148
+ ]
149
+ } ,
146
150
"TrueValue" : {
147
151
"ignore" : [
148
152
"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
@@ -83,6 +84,9 @@ final class InfectionConfigBuilder
83
84
'ModEqual ' => [
84
85
SystemClock::class,
85
86
],
87
+ 'Throw_ ' => [
88
+ Key::class.'::__unserialize ' ,
89
+ ],
86
90
'TrueValue ' => [
87
91
Collection::class.'::generateDiffHashTable ' ,
88
92
],
You can’t perform that action at this time.
0 commit comments