Skip to content

Commit

Permalink
Adjust docblock to test single-line
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown committed Nov 7, 2023
1 parent 330c708 commit f42130c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/functional/TaggingServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ public function testTagsRecognized()
*/
fn (): string => 'A',
'serviceB' =>
/**
* @tag my_tag
*/
/** @tag my_tag */
function (): string {
return 'B';
},
Expand Down

0 comments on commit f42130c

Please sign in to comment.