Update documentation.md

This commit is contained in:
Dennis Eichhorn 2018-07-31 11:04:42 +02:00 committed by GitHub
parent dc3c5f11d1
commit c50ed087b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,5 +144,5 @@ Please also note the correct alignment of `@param` type, name and description
In some cases it may be required to type hint a variable in this case the following format MUST be used.
```php
/** @var {variable_type} varName {optional_description}
/** @var variable_type varName {optional_description}
```