diff --git a/src/Browsershot.php b/src/Browsershot.php index 29982539..d1a7ccbb 100644 --- a/src/Browsershot.php +++ b/src/Browsershot.php @@ -580,7 +580,6 @@ public function __call($name, $arguments) return $this; } - public function save(string $targetPath): void { $extension = strtolower(pathinfo($targetPath, PATHINFO_EXTENSION)); diff --git a/tests/BrowsershotTest.php b/tests/BrowsershotTest.php index 32058cab..3df9edea 100644 --- a/tests/BrowsershotTest.php +++ b/tests/BrowsershotTest.php @@ -1025,7 +1025,7 @@ expect($errors[0]['message'])->toBeString(); }); -it('will apply manipulations when taking screenshots', function() { +it('will apply manipulations when taking screenshots', function () { $screenShot = Browsershot::url('https://example.com') ->windowSize(1920, 1080) ->fit(Fit::Fill, 200, 200)