From 771dec18b7aa01da725782d3f5e5b7012c130c12 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Fri, 29 Dec 2023 12:48:57 +0000 Subject: [PATCH] Fix styling --- src/Browsershot.php | 1 - tests/BrowsershotTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)