Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.
Open
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ $compactor = new Json();

##### Compacting PHP

The `PHP` compactor will strip all comments whitespace from `.php` files.
Comments that are removed will be removed with an the same number of line
The `PHP` compactor will strip all comments and whitespace from `.php` files.
Comments that are removed will be replaced with the same number of line
breaks as the original comment. This is done in order to preserve the line
number that is reported when errors occur in the phar.

Expand Down Expand Up @@ -390,7 +390,7 @@ of these features in a (hopefully) simple to use interface.
There are two ways of instantiating the class:

```php
user Herrera\Box\Box;
use Herrera\Box\Box;

// use an existing Phar instance
$box = new Box($phar);
Expand Down