Skip to content

Commit 602e8d2

Browse files
committed
Add phpdoc for zoom factor
1 parent c67fd91 commit 602e8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facades/Window.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @method static void reload($id = null)
1818
* @method static void maximize($id = null)
1919
* @method static void minimize($id = null)
20+
* @method static void zoomFactor(float $zoomFactor = 1.0)
2021
*/
2122
class Window extends Facade
2223
{

0 commit comments

Comments
 (0)