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
+
228
241
if (in_array(SetList::DEAD_CODE, $uniqueSets, true) && $this->isDeadCodeLevelUsed === true) {
229
242
thrownewInvalidConfigurationException(sprintf(
230
243
'Your config already enables dead code set.%sRemove "->withDeadCodeLevel()" as it only duplicates it, or remove dead code set.',
@@ -1030,6 +1043,8 @@ public function withTypeCoverageDocblockLevel(int $level): self
0 commit comments