Skip to content

Commit 110ea3f

Browse files
authored
Merge pull request #12 from jackd248/remove-development-hint
docs: remove early development warning from README
2 parents 6950ea2 + a84cdba commit 110ea3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
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.
1313

14-
> [!warning]
15-
> This package is in early development stage and may change significantly in the future. Use it at your own risk.
16-
1714
**Before:**
1815

1916
```php
@@ -40,6 +37,7 @@ enum MyEnum {}
4037
* MyClass.
4138
*
4239
* @author Your Name <your@email.org>
40+
* @license GPL-3.0-or-later
4341
*/
4442
class MyClass
4543
{

0 commit comments

Comments
 (0)