You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ Unfinalize uses PHP CS Fixer to permanently remove `final` keywords from compose
37
37
}
38
38
```
39
39
40
-
Updates to PHP files are done safely, quickly, and performant.
41
-
42
-
Changes are also stored permanently, meaning there is no performance impact using Unfinalize.
40
+
-Updates to PHP files are done safely, quickly, and performant.
41
+
- Changes are stored permanently. There is no performance impact using Unfinalize.
42
+
- 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).
0 commit comments