From 7149d268b64305ef0986384697f74109071d2ef9 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Thu, 12 Jul 2012 19:41:16 +0200 Subject: [PATCH] [Form] Removed invalid PHPDoc text --- src/Symfony/Component/Form/Tests/FormPerformanceTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Form/Tests/FormPerformanceTestCase.php b/src/Symfony/Component/Form/Tests/FormPerformanceTestCase.php index be381074f1..d68d67a7b4 100644 --- a/src/Symfony/Component/Form/Tests/FormPerformanceTestCase.php +++ b/src/Symfony/Component/Form/Tests/FormPerformanceTestCase.php @@ -49,7 +49,6 @@ class FormPerformanceTestCase extends FormIntegrationTestCase /** * @param integer $maxRunningTime * @throws InvalidArgumentException - * @since Method available since Release 2.3.0 */ public function setMaxRunningTime($maxRunningTime) {