diff --git a/manual/codes/Schema reference - Data types - Enum.php b/manual/codes/Schema reference - Data types - Enum.php index af590c898..384a50dee 100644 --- a/manual/codes/Schema reference - Data types - Enum.php +++ b/manual/codes/Schema reference - Data types - Enum.php @@ -8,8 +8,8 @@ class Test extends Doctrine_Record { 'java', 'python' ) - ); - ) + ) + ); } } ?>