Skip to content

Commit 50e0ea8

Browse files
committed
Correct spelling.
1 parent 8e2c582 commit 50e0ea8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ If no file is specified the class map will be output to STDOUT
4646
Parameters
4747
-----
4848

49-
| Option | Default | Description |
50-
|---------------------------|:------------:|--------------------------------------------------------------------------------------------------------------|
51-
| ```--file``` | ```stdout``` | File location to save the output. |
52-
| ```--instantiableCheck``` | ```Off``` | Perform an additional instantiable check for each class. It its enabled the generate process will slow down. |
53-
| ```--phpExecutable``` | ```php``` | Path to the php executable to start the instantiable check. |
54-
| ```--debug``` | ```Off``` | Print debug output on ```stderr``` why classes gets excluded. |
49+
| Option | Default | Description |
50+
|---------------------------|:------------:|---------------------------------------------------------------------------------------------------------------|
51+
| ```--file``` | ```stdout``` | File location to save the output. |
52+
| ```--instantiableCheck``` | ```Off``` | Perform an additional instantiable check for each class. If it's enabled the generate process will slow down. |
53+
| ```--phpExecutable``` | ```php``` | Path to the php executable to start the instantiable check. |
54+
| ```--debug``` | ```Off``` | Print debug output on ```stderr``` why classes gets excluded. |
5555

5656
Support
5757
-------

0 commit comments

Comments
 (0)