Skip to content

Commit 5f39ef0

Browse files
committed
Added stubs file for better IDE support
1 parent 2bb2097 commit 5f39ef0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.stubs.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace Laravel\Dusk {
4+
5+
use Imagick;
6+
7+
class Browser {
8+
public function assertScreenshot(string $name, float $threshold = 0.0001, int $metric = Imagick::METRIC_MEANSQUAREERROR): static {}
9+
10+
public function assertResponsiveScreenshots(string $name, float $threshold = 0.0001, int $metric = Imagick::METRIC_MEANSQUAREERROR): static {}
11+
12+
}
13+
}

0 commit comments

Comments
 (0)