Passed
Push — v3 ( cc2dc5...655881 )
by Andrew
38:15 queued 25:10
created
src/debug/views/seomatic/render-copy-menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 }
14 14
 $tooltip = implode(PHP_EOL, array_slice($codeExamples, 0, 4));
15 15
 $bundle = $this->getAssetManager()->getBundle(DebugAsset::class);
16
-$iconUrl = $bundle->baseUrl . "/img/copy-icon.svg";
16
+$iconUrl = $bundle->baseUrl."/img/copy-icon.svg";
17 17
 ?>
18 18
 <div class="seomatic-property-copy-wrapper" title="<?= $tooltip ?>">
19 19
     <?= Html::img($iconUrl) ?>
Please login to merge, or discard this patch.