summaryrefslogtreecommitdiff
path: root/resources/views/modules/bing-webmaster-tools/form.phtml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-17 22:17:07 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-19 10:07:54 +0000
commit063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24 (patch)
tree85c7ea6af6b79764880f7d49f2cf7e417808eaed /resources/views/modules/bing-webmaster-tools/form.phtml
parent67310607fd01ff3b0380e628afce6d7844afc00a (diff)
downloadwebtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.tar.gz
webtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.tar.bz2
webtrees-063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24.zip
PHPdoc and PHPstan issues
Diffstat (limited to 'resources/views/modules/bing-webmaster-tools/form.phtml')
-rw-r--r--resources/views/modules/bing-webmaster-tools/form.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/views/modules/bing-webmaster-tools/form.phtml b/resources/views/modules/bing-webmaster-tools/form.phtml
index 31c72e634c..b43de2691b 100644
--- a/resources/views/modules/bing-webmaster-tools/form.phtml
+++ b/resources/views/modules/bing-webmaster-tools/form.phtml
@@ -2,6 +2,10 @@
declare(strict_types=1);
+/**
+ * @var string $BING_WEBMASTER_ID
+ */
+
use Fisharebest\Webtrees\I18N;
?>
@@ -12,7 +16,7 @@ use Fisharebest\Webtrees\I18N;
</label>
<div class="col-sm-9">
- <input type="text" class="form-control" id="BING_WEBMASTER_ID" name="BING_WEBMASTER_ID" value="<?= e($BING_WEBMASTER_ID ?? '') ?>" maxlength="255" pattern="[0-9a-zA-Z+=/_:.!-]*">
+ <input type="text" class="form-control" id="BING_WEBMASTER_ID" name="BING_WEBMASTER_ID" value="<?= e($BING_WEBMASTER_ID) ?>" maxlength="255" pattern="[0-9a-zA-Z+=/_:.!-]*">
</div>
</div>