Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

This packages contains a [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) rule to automatically fix the header regarding PHP DocBlocks for classes, interfaces, traits and enums.

> [!warning]
> This package is in early development stage and may change significantly in the future. Use it at your own risk.

**Before:**

```php
Expand All @@ -40,6 +37,7 @@ enum MyEnum {}
* MyClass.
*
* @author Your Name <your@email.org>
* @license GPL-3.0-or-later
*/
class MyClass
{
Expand Down