Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 27, 2023
2 parents d530eab + 8034e56 commit 8de6a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -37,9 +37,9 @@ Unfinalize uses PHP CS Fixer to permanently remove `final` keywords from compose
}
```

Updates to PHP files are done safely, quickly, and performant.

Changes are also stored permanently, meaning there is no performance impact using Unfinalize.
- Updates to PHP files are done safely, quickly, and performant.
- Changes are stored permanently. There is no performance impact using Unfinalize.
- No additional dependencies to your application. Unfinalize and its dependencies are [compiled into a single phar file](https://github.com/stevebauman/unfinalize/blob/master/builds).

## Installation

Expand Down

0 comments on commit 8de6a08

Please sign in to comment.