We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dd610 commit f95a8f2Copy full SHA for f95a8f2
tests/CrawlUrlTest.php
@@ -19,6 +19,6 @@
19
20
expect($crawlUrl)->toBeInstanceOf(CrawlUrl::class);
21
22
- expect(fn() => $crawlUrl->getId())->not->toThrow(\Throwable::class);
23
- expect(fn() => $crawlUrl->getId())->not->toThrow(\Error::class);
+ expect(fn () => $crawlUrl->getId())->not->toThrow(\Throwable::class);
+ expect(fn () => $crawlUrl->getId())->not->toThrow(\Error::class);
24
});
0 commit comments