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 d569c61 commit 238b9d2Copy full SHA for 238b9d2
src/Debug/HTTPCollector.php
@@ -79,7 +79,7 @@ protected function renderRequest() : string
79
\ob_start(); ?>
80
<p>
81
<strong>IP:</strong> <?= $this->request->getIp() ?>
82
- <span class="opaque">(<?= $this->request->getIpKey() ?>)</span>
+ <span class="text-opaque">(<?= $this->request->getIpKey() ?>)</span>
83
</p>
84
<p><strong>Is Secure:</strong> <?= $this->request->isSecure() ? 'Yes' : 'No' ?></p>
85
<p><strong>Protocol:</strong> <?= $this->request->getProtocol() ?></p>
0 commit comments