Commit 34b03428 by Mark

formatting fix

parent 9666bc6c
...@@ -40,7 +40,6 @@ To start using this command you need to be familiar (read guide) for the [Faker] ...@@ -40,7 +40,6 @@ To start using this command you need to be familiar (read guide) for the [Faker]
generate fixtures template files, according to the given format: generate fixtures template files, according to the given format:
```php ```php
~~~
#users.php file under template path (by default @tests/unit/fixtures/templates) #users.php file under template path (by default @tests/unit/fixtures/templates)
return [ return [
[ [
...@@ -53,7 +52,6 @@ return [ ...@@ -53,7 +52,6 @@ return [
} }
], ],
]; ];
~~~
``` ```
If you use callback as a attribute value, then it will be called as shown with three parameters: If you use callback as a attribute value, then it will be called as shown with three parameters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment