We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448cdb1 commit 2fd272bCopy full SHA for 2fd272b
src/CodeCoverage.php
@@ -314,20 +314,6 @@ public function merge(self $that): void
314
$this->tests = array_merge($this->tests, $that->getTests());
315
}
316
317
- /**
318
- * @todo remove
319
- */
320
- public function enableTokenCaching(): void
321
- {
322
- }
323
-
324
325
326
327
- public function disableTokenCaching(): void
328
329
330
331
public function enableCheckForUnintentionallyCoveredCode(): void
332
{
333
$this->checkForUnintentionallyCoveredCode = true;
0 commit comments