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 142142 "SpreadRemoval" : true ,
143143 "Ternary" : true ,
144144 "This" : true ,
145- "Throw_" : true ,
145+ "Throw_" : {
146+ "ignore" : [
147+ "Nexus\\Encryption\\Key::__unserialize"
148+ ]
149+ } ,
146150 "TrueValue" : {
147151 "ignore" : [
148152 "Nexus\\Collection\\Collection::generateDiffHashTable"
Original file line number Diff line number Diff line change 1616use Infection \Mutator \ProfileList ;
1717use Nexus \Clock \SystemClock ;
1818use Nexus \Collection \Collection ;
19+ use Nexus \Encryption \Key ;
1920use Nexus \Password \Hash \Pbkdf2Hash ;
2021use Nexus \Password \Hash \SodiumHash ;
2122
@@ -83,6 +84,9 @@ final class InfectionConfigBuilder
8384 'ModEqual ' => [
8485 SystemClock::class,
8586 ],
87+ 'Throw_ ' => [
88+ Key::class.'::__unserialize ' ,
89+ ],
8690 'TrueValue ' => [
8791 Collection::class.'::generateDiffHashTable ' ,
8892 ],
You can’t perform that action at this time.
0 commit comments