Skip to content

Commit

Permalink
qa: resolve CS issue
Browse files Browse the repository at this point in the history
Long lines need to be ignored

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Mar 29, 2022
1 parent a9dbcb8 commit 74494f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/CallbackStreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@ public function phpCallbacksForStreams() : array
$class = TestAsset\CallbacksForCallbackStreamTest::class;

// phpcs:disable Generic.Files.LineLength.TooLong
// @codingStandardsIgnoreStart
return [
'instance-method' => [[new TestAsset\CallbacksForCallbackStreamTest(), 'sampleCallback'], $class . '::sampleCallback'],
'static-method' => [[$class, 'sampleStaticCallback'], $class . '::sampleStaticCallback'],
];
// @codingStandardsIgnoreEnd
// phpcs:enable Generic.Files.LineLength.TooLong
}

Expand Down

0 comments on commit 74494f2

Please sign in to comment.