Skip to content

Commit 012037a

Browse files
RyanDaDengStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent e863303 commit 012037a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/GoogleReCaptchaV3.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function prepareBackgroundData()
6262
*/
6363
public function background()
6464
{
65-
if(self::$hasAction){
65+
if (self::$hasAction) {
6666
return;
6767
}
6868

@@ -90,7 +90,6 @@ public function render($mappers = [])
9090
);
9191
}
9292

93-
9493
/**
9594
* @return mixed|string
9695
*/

tests/ViewTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function testView2()
5858
$this->assertEquals('en', $data['language']);
5959
}
6060

61-
6261
public function testView3()
6362
{
6463
// Create a stub for the SomeClass class.
@@ -85,6 +84,5 @@ public function testView3()
8584
$service->prepareViewData(['contact_us_id' => 'contact_us']);
8685
$background = $service->background();
8786
$this->assertEquals('', $background);
88-
8987
}
9088
}

0 commit comments

Comments
 (0)