Skip to content

Commit 46d9ad6

Browse files
authored
Merge pull request #24 from RyanDaDeng/analysis-qgbPk6
Apply fixes from StyleCI
2 parents 037b610 + 772fa05 commit 46d9ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GoogleReCaptchaV3.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(GoogleReCaptchaV3Service $service)
3232
public static function setHasAction($value)
3333
{
3434
self::$hasAction = $value;
35+
3536
return self::$hasAction;
3637
}
3738

@@ -63,7 +64,7 @@ public function prepareBackgroundData()
6364
{
6465
return [
6566
'publicKey' => $this->getConfig()->getSiteKey(),
66-
'display' => $this->getConfig()->getBackgroundBadgeDisplay()
67+
'display' => $this->getConfig()->getBackgroundBadgeDisplay(),
6768
];
6869
}
6970

@@ -85,7 +86,7 @@ public function background()
8586
*/
8687
public function render($mappers = [])
8788
{
88-
if (!$this->getConfig()->isServiceEnabled()) {
89+
if (! $this->getConfig()->isServiceEnabled()) {
8990
return;
9091
}
9192

@@ -96,7 +97,6 @@ public function render($mappers = [])
9697
);
9798
}
9899

99-
100100
/**
101101
* @return mixed|string
102102
*/

0 commit comments

Comments
 (0)