From 17701615505e6e4247c53bbda564dfa6081eaef5 Mon Sep 17 00:00:00 2001 From: Gabriele Brosulo Date: Wed, 15 Oct 2014 15:31:32 +0200 Subject: [PATCH] Update fixtures.md syntax error --- docs/en/topics/testing/fixtures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/topics/testing/fixtures.md b/docs/en/topics/testing/fixtures.md index 5053cd143..696528814 100644 --- a/docs/en/topics/testing/fixtures.md +++ b/docs/en/topics/testing/fixtures.md @@ -162,7 +162,7 @@ team. private static $many_many_extraFields = array( "Players" => array( "Role" => "Varchar" - ); + ) ); }