Skip to content

Commit bc507b4

Browse files
ksassnowskigithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent e4af5ed commit bc507b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Downloader/Middleware/ExecuteJavascriptMiddleware.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class ExecuteJavascriptMiddleware implements ResponseMiddlewareInterface
2828
private $getBrowsershot;
2929

3030
/**
31-
* @param null|callable(string): Browsershot $getBrowsershot
31+
* @param null|callable(string): Browsershot $getBrowsershot
3232
*/
3333
public function __construct(
3434
private LoggerInterface $logger,
@@ -66,7 +66,7 @@ private function configureBrowsershot(string $uri): Browsershot
6666
{
6767
$browsershot = ($this->getBrowsershot)($uri);
6868

69-
if (! empty($this->option('chromiumArguments'))) {
69+
if (!empty($this->option('chromiumArguments'))) {
7070
/** @phpstan-ignore argument.type */
7171
$browsershot->addChromiumArguments($this->option('chromiumArguments'));
7272
}
@@ -106,7 +106,7 @@ private function configureBrowsershot(string $uri): Browsershot
106106
$browsershot->userAgent($userAgent);
107107
}
108108

109-
if (! empty($delay = $this->option('delay'))) {
109+
if (!empty($delay = $this->option('delay'))) {
110110
/** @phpstan-ignore argument.type */
111111
$browsershot->setDelay($delay);
112112
}

0 commit comments

Comments
 (0)