Skip to content

Commit 60dc3c6

Browse files
committed
add webPreferences phpdoc
1 parent e9f08bd commit 60dc3c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Facades/MenuBar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* @method static void icon(string $icon)
1515
* @method static void resize(int $width, int $height)
1616
* @method static void contextMenu(Menu $contextMenu)
17+
* @method static void webPreferences(array $preferences)
1718
*/
1819
class MenuBar extends Facade
1920
{

src/Facades/Window.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @method static void preventLeaveDomain(bool $preventLeaveDomain = true)
2222
* @method static void preventLeavePage(bool $preventLeavePage = true): self
2323
* @method static void suppressNewWindows()
24+
* @method static void webPreferences(array $preferences)
2425
*/
2526
class Window extends Facade
2627
{

0 commit comments

Comments
 (0)