Skip to content

Commit ecf9b66

Browse files
committed
chore(phpstan): remove false positive
1 parent 74f87b5 commit ecf9b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/Bundle/DataCollector/RequestDataCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private function apiResourceClassWillReturn(?string $data, array $context = []):
205205
$this->request->attributes = $this->attributes->reveal();
206206

207207
if (!$data) {
208-
$this->metadataFactory // @phpstan-ignore-line
208+
$this->metadataFactory
209209
->create()
210210
->shouldNotBeCalled();
211211
} else {

0 commit comments

Comments
 (0)