This commit is contained in:
Dennis Eichhorn 2021-11-29 20:08:13 +01:00
parent dfbc71ece0
commit 995f38694c

View File

@ -208,8 +208,7 @@ In code todos can be created like this
```php ```php
/** /**
* @todo: * @todo: Multi line todo
* Multi line todo
* This way developers can see todos directly in the code without going to an external source. * This way developers can see todos directly in the code without going to an external source.
* Todos must not have empty lines in their descriptions. * Todos must not have empty lines in their descriptions.
* If the external ressources have empty lines they must be removed in the todo comment. * If the external ressources have empty lines they must be removed in the todo comment.