From a84cdba0837b5fe64095cbf778eea3af6f8ff977 Mon Sep 17 00:00:00 2001 From: Konrad Michalik Date: Mon, 13 Oct 2025 11:55:32 +0200 Subject: [PATCH] docs: remove early development warning from README and add license information --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 25bd2cc..ed09e81 100644 --- a/README.md +++ b/README.md @@ -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 @@ -40,6 +37,7 @@ enum MyEnum {} * MyClass. * * @author Your Name + * @license GPL-3.0-or-later */ class MyClass {