Skip to content

Commit f2898a1

Browse files
Rezrazigithub-actions[bot]
authored andcommitted
Fix styling
1 parent f6c80b6 commit f2898a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Facades/RecaptchaEnterprise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function assess(string $token): RecaptchaContract
3535
return app(RecaptchaService::class)->assess($token);
3636
}
3737

38-
public static function fake(bool $alwaysValid = null, ?Closure $callback = null): RecaptchaContract
38+
public static function fake(?bool $alwaysValid = null, ?Closure $callback = null): RecaptchaContract
3939
{
4040
return tap(static::getFacadeRoot(), function (RecaptchaService $fake) use ($alwaysValid, $callback) {
4141
static::swap(is_callable($callback) ? $callback($fake) : new FakeRecaptchaEnterprise($alwaysValid));

src/Rules/Recaptcha.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function __construct(public ?string $action = null, public ?CarbonInterva
2121
/**
2222
* @param string $attribute
2323
* @param string $value
24-
* @return bool
2524
*
2625
* @throws \Google\ApiCore\ApiException
2726
* @throws \Oneduo\RecaptchaEnterprise\Exceptions\MissingPropertiesException

0 commit comments

Comments
 (0)