Skip to content

Commit cc3e959

Browse files
committed
style: let phpstan be happy
1 parent 64e4841 commit cc3e959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tempest/Framework/Testing/Http/TestResponseHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public function assertNotSee(string $search): self
221221

222222
public function dd(): void
223223
{
224+
// @phpstan-ignore disallowed.function
224225
dd($this->response); // @mago-expect best-practices/no-debug-symbols
225226
}
226227
}

0 commit comments

Comments
 (0)