From 5f6c9362a7d18aeedcf4ad1852e13353ec628c0a Mon Sep 17 00:00:00 2001 From: Hugo Briand Date: Mon, 23 Jul 2012 13:01:23 +0300 Subject: [PATCH 1/3] Fixed BC Break from master (commit https://github.com/symfony/symfony/commit/d072f35ea0166004b6407d510ec9f484f8eef78a ) --- Form/Extension/DescriptionFormTypeExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form/Extension/DescriptionFormTypeExtension.php b/Form/Extension/DescriptionFormTypeExtension.php index f088363..47105ef 100644 --- a/Form/Extension/DescriptionFormTypeExtension.php +++ b/Form/Extension/DescriptionFormTypeExtension.php @@ -32,7 +32,7 @@ class DescriptionFormTypeExtension extends AbstractTypeExtension */ public function buildView(FormView $view, FormInterface $form, array $options) { - $view->setVar('description', $options['description']); + $view->vars['description'] = $options['description']; } /** From d5de1148bfda83f279715126710de3b7211a58f5 Mon Sep 17 00:00:00 2001 From: Hugo Briand Date: Mon, 23 Jul 2012 13:02:55 +0300 Subject: [PATCH 2/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a188ce..87becd1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "nelmio/api-doc-bundle", + "name": "bladrak/api-doc-bundle", "description": "Generates documentation for your REST API from annotations", "keywords": ["api", "documentation", "doc", "rest"], "type": "symfony-bundle", From fa4a31e75ba9d6093473ba34778b5e06e8537975 Mon Sep 17 00:00:00 2001 From: Hugo Briand Date: Mon, 23 Jul 2012 13:03:54 +0300 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87becd1..9a188ce 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "bladrak/api-doc-bundle", + "name": "nelmio/api-doc-bundle", "description": "Generates documentation for your REST API from annotations", "keywords": ["api", "documentation", "doc", "rest"], "type": "symfony-bundle",