Skip to content

Commit f98e9fe

Browse files
committed
Fix readme
1 parent 09186b4 commit f98e9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The generator will check the given source directory recursive and convert all fo
5151

5252
The *GeneratorConfiguration* object offers the following methods to configure the generator in a fluid interface:
5353

54-
Method | Configuration | Example | Default
55-
--- | --- | --- | ---
54+
Method | Configuration | Example
55+
--- | --- | ---
5656
``` setNamespacePrefix(string $prefix) ``` <br><br>Example:<br> ``` setNamespacePrefix('\MyApp\Model') ``` | Configures a namespace prefix for all generated classes. The namespaces will be extended with the directory structure of the source directory. | Empty string so no namespace prefix will be used
5757
``` setImmutable(bool $immutable) ``` <br><br>Example:<br> ``` setImmutable(false) ``` | If set to true the generated model classes will be delivered without setter methods for the object properties. | true
5858
``` setCollectErrors(bool $collectErrors) ``` <br><br>Example:<br> ``` setCollectErrors(false) ``` | By default the complete input is validated and in case of failing validations all error messages will be thrown in a single exception. If set to false the first failing validation will throw an exception. | true

0 commit comments

Comments
 (0)