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 144144 "SpreadRemoval" : true ,
145145 "Ternary" : true ,
146146 "This" : true ,
147- "Throw_" : true ,
147+ "Throw_" : {
148+ "ignore" : [
149+ "Nexus\\Encryption\\Key::__unserialize"
150+ ]
151+ } ,
148152 "TrueValue" : {
149153 "ignore" : [
150154 "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
@@ -81,6 +82,9 @@ final class InfectionConfigBuilder
8182 'ModEqual ' => [
8283 SystemClock::class,
8384 ],
85+ 'Throw_ ' => [
86+ Key::class.'::__unserialize ' ,
87+ ],
8488 'TrueValue ' => [
8589 Collection::class.'::generateDiffHashTable ' ,
8690 ],
You can’t perform that action at this time.
0 commit comments