From 34b03428ed97e72aece2e4b12d83f7c64d9e920d Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 2 Jan 2014 23:55:05 +0400 Subject: [PATCH] formatting fix --- extensions/yii/faker/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/yii/faker/README.md b/extensions/yii/faker/README.md index a83cfa0..db9602b 100644 --- a/extensions/yii/faker/README.md +++ b/extensions/yii/faker/README.md @@ -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: ```php -~~~ #users.php file under template path (by default @tests/unit/fixtures/templates) return [ [ @@ -53,7 +52,6 @@ return [ } ], ]; -~~~ ``` If you use callback as a attribute value, then it will be called as shown with three parameters: