Skip to content

Sniff needed: Docblock alignment rejection #53

@nubs

Description

@nubs

Docblocks should not be lined up. For example:

/**
 * @param string $bar The bar string.
 * @param int    $i   The i int.
 */
```php
should be:
```php
/**
 * @param string $bar The bar string.
 * @param int $i The i int.
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions