Skip to content

Commit 5ecd8e7

Browse files
committed
typo
1 parent e8706d5 commit 5ecd8e7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Tracy/assets/Bar/loader.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Tracy;
2222
<div id="tracy-debug"></div>
2323
<link rel="stylesheet" href="?_tracy_bar=css&amp;v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-style" />
2424
<script src="?_tracy_bar=js&amp;v=<?=urlencode(Debugger::VERSION)?>" id="tracy-debug-script"></script>
25-
<?php if ($contentId): ?>
25+
<?php if (isset($contentId)): ?>
2626
<script src="?_tracy_bar=content.<?=urlencode($contentId)?>"></script>
2727
<?php else: ?>
2828
<script>

tests/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
if (extension_loaded('xdebug')) {
2525
xdebug_disable();
26-
Tester\CodeCoverage\Collector::start(__DIR__ . '/coverage.dat');
2726
}
2827

2928

0 commit comments

Comments
 (0)