Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Nov 30, 2020
1 parent 02d9ba7 commit 1980239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/FragmentCacheTest.php
Expand Up @@ -34,7 +34,6 @@ public function testSingleDynamicFragment(): void

$html->begin();
if ($html->getCachedContent() === null) {

echo 'single dynamic cached fragment: ';
echo $this->webView->renderDynamic('return $counter++;', ['counter' => $params]);
}
Expand Down

0 comments on commit 1980239

Please sign in to comment.