Skip to content

Commit 1a2ab2c

Browse files
committed
Add docs
1 parent 3af9745 commit 1a2ab2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/openapi/PropertySchema.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ class PropertySchema
4646
*/
4747
public $fkColName;
4848

49+
/**
50+
* @var null|bool|string
51+
* If `false`, no faker will be generated in faker model
52+
* See more about usage in README.md file present in root directory of the project
53+
*/
4954
public $xFaker;
5055

5156
/**

0 commit comments

Comments
 (0)