Skip to content

Commit e3911ac

Browse files
committed
Ignore line-length cs violation
Signed-off-by: George Steel <[email protected]>
1 parent 7e0d79c commit e3911ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ProblemDetailsResponseFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ static function (array $payload): void {
395395
self::assertSame($this->response, $response);
396396
}
397397

398-
public function testFragileDataInExceptionMessageShouldBeVisibleInResponseBodyInNonDebugModeWhenAllowToShowByFlag(): void
398+
public function testFragileDataInExceptionMessageShouldBeVisibleInResponseBodyInNonDebugModeWhenAllowToShowByFlag(): void //phpcs:ignore
399399
{
400400
$fragileMessage = 'Your SQL or password here';
401401
$exception = new Exception($fragileMessage);

0 commit comments

Comments
 (0)