Skip to content

Commit f40bf5b

Browse files
committed
FIX: Removed phpstan ignore (there is no error to ignore)
1 parent c9ffc2e commit f40bf5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/VCRTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function testShouldThrowExceptionIfNoCassettePresent(): void
114114
VCR::configure()->enableLibraryHooks(['stream_wrapper']);
115115
VCR::turnOn();
116116
// If there is no cassette inserted, a request should throw an exception
117-
file_get_contents('http://example.com'); // @phpstan-ignore-line
117+
file_get_contents('http://example.com');
118118
VCR::turnOff();
119119
}
120120

0 commit comments

Comments
 (0)