diff --git a/general/first_steps.md b/general/first_steps.md index 004fd07..ecf7582 100755 --- a/general/first_steps.md +++ b/general/first_steps.md @@ -41,7 +41,7 @@ All tests need to have the following docblocks: /** * @testdox A image can be automatically unskewed * @group framework - * @covers phpOMS\Image\Skew + * @covers \phpOMS\Image\Skew */ ```