Skip to content

Commit 8192701

Browse files
committed
Apply phpcs
1 parent 3e6656e commit 8192701

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Window/Window.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ final class Window
114114
*/
115115
if (!isset($this->decoration)) {
116116
$this->decoration = $value;
117+
117118
return;
118119
}
119120

@@ -258,6 +259,7 @@ final class Window
258259
assert($size instanceof ManagedWindowSize);
259260

260261
$this->size = $size;
262+
261263
return;
262264
}
263265

@@ -318,6 +320,7 @@ final class Window
318320
assert($size instanceof ManagedWindowMinBounds);
319321

320322
$this->min = $size;
323+
321324
return;
322325
}
323326

@@ -378,6 +381,7 @@ final class Window
378381
assert($size instanceof ManagedWindowMaxBounds);
379382

380383
$this->max = $size;
384+
381385
return;
382386
}
383387

@@ -613,6 +617,7 @@ private function createWindowPointer(WindowCreateInfo $info): CData
613617
if ($isDevToolsEnabled) {
614618
/**
615619
* Force disable unnecessary XSS warnings in dev tools
620+
*
616621
* @link https://developer.chrome.com/blog/self-xss#can_you_disable_it_for_test_automation
617622
*/
618623
$this->api->saucer_preferences_add_browser_flag(
@@ -725,6 +730,7 @@ public function hide(): void
725730
* Set window as maximized.
726731
*
727732
* @api
733+
*
728734
* @since frontend 0.2.0
729735
*/
730736
public function maximize(): void

0 commit comments

Comments
 (0)