You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Your config already enables type declarations set.%sRemove "->withTypeCoverageDocblockLevel()" as it only duplicates it, or remove type declaration set.',
237
+
PHP_EOL
238
+
));
239
+
}
240
+
227
241
if (in_array(SetList::DEAD_CODE, $uniqueSets, true) && $this->isDeadCodeLevelUsed === true) {
228
242
thrownewInvalidConfigurationException(sprintf(
229
243
'Your config already enables dead code set.%sRemove "->withDeadCodeLevel()" as it only duplicates it, or remove dead code set.',
@@ -742,6 +756,7 @@ public function withPreparedSets(
742
756
bool$codeQuality = false,
743
757
bool$codingStyle = false,
744
758
bool$typeDeclarations = false,
759
+
bool$typeDeclarationDocblocks = false,
745
760
bool$privatization = false,
746
761
bool$naming = false,
747
762
bool$instanceOf = false,
@@ -761,6 +776,7 @@ public function withPreparedSets(
0 commit comments