Skip to content

Commit

Permalink
Fix incorrect phpdoc block indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Feb 13, 2024
1 parent 2aa1eb6 commit dde88c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Converter/ConverterFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testConverterNotDefined(): void

/**
* Create a converter factory object.
*/
*/
private function createFactory(): ConverterFactory
{
$containerMock = $this->createMock(Container::class);
Expand Down

0 comments on commit dde88c9

Please sign in to comment.