Skip to content

Commit 5bc22bb

Browse files
committed
Clean up formatting with linter
1 parent ed5645e commit 5bc22bb

5 files changed

+7
-7
lines changed

examples/recaptcha-content-security-policy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<main>
104104
<?php
105105
if ($siteKey === '' || $secret === ''):
106-
?>
106+
?>
107107
<h2>Add your keys</h2>
108108
<p>If you do not have keys already then visit <kbd> <a href = "https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a></kbd> to generate them. Edit this file and set the respective keys in <kbd>$siteKey</kbd> and <kbd>$secret</kbd>. Reload the page after this.</p>
109109
<?php

examples/recaptcha-v2-checkbox-explicit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<main>
7474
<?php
7575
if ($siteKey === '' || $secret === ''):
76-
?>
76+
?>
7777
<h2>Add your keys</h2>
7878
<p>If you do not have keys already then visit <kbd> <a href = "https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a></kbd> to generate them. Edit this file and set the respective keys in the <kbd>config.php</kbd> file or directly to <kbd>$siteKey</kbd> and <kbd>$secret</kbd>. Reload the page after this.</p>
7979
<?php

examples/recaptcha-v2-checkbox.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
require __DIR__ . '/appengine-https.php';
3434

35-
// Initiate the autoloader. The file should be generated by Composer.
35+
// Initiate the autoloader. The file should be generated by Composer.
3636
// You will provide your own autoloader or require the files directly if you did
3737
// not install via Composer.
3838
require_once __DIR__ . '/../vendor/autoload.php';
@@ -73,7 +73,7 @@
7373
<main>
7474
<?php
7575
if ($siteKey === '' || $secret === ''):
76-
?>
76+
?>
7777
<h2>Add your keys</h2>
7878
<p>If you do not have keys already then visit <kbd> <a href = "https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a></kbd> to generate them. Edit this file and set the respective keys in the <kbd>config.php</kbd> file or directly to <kbd>$siteKey</kbd> and <kbd>$secret</kbd>. Reload the page after this.</p>
7979
<?php

examples/recaptcha-v2-invisible.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
require __DIR__ . '/appengine-https.php';
3434

35-
// Initiate the autoloader. The file should be generated by Composer.
35+
// Initiate the autoloader. The file should be generated by Composer.
3636
// You will provide your own autoloader or require the files directly if you did
3737
// not install via Composer.
3838
require_once __DIR__ . '/../vendor/autoload.php';
@@ -73,7 +73,7 @@
7373
<main>
7474
<?php
7575
if ($siteKey === '' || $secret === ''):
76-
?>
76+
?>
7777
<h2>Add your keys</h2>
7878
<p>If you do not have keys already then visit <kbd> <a href = "https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a></kbd> to generate them. Edit this file and set the respective keys in <kbd>$siteKey</kbd> and <kbd>$secret</kbd>. Reload the page after this.</p>
7979
<?php

examples/recaptcha-v3-request-scores.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<main>
7878
<?php
7979
if ($siteKey === '' || $secret === ''):
80-
?>
80+
?>
8181
<h2>Add your keys</h2>
8282
<p>If you do not have keys already then visit <kbd> <a href = "https://www.google.com/recaptcha/admin">https://www.google.com/recaptcha/admin</a></kbd> to generate them. Edit this file and set the respective keys in <kbd>$siteKey</kbd> and <kbd>$secret</kbd>. Reload the page after this.</p>
8383
<?php

0 commit comments

Comments
 (0)