From 3aa6544159e75d5ed597e998c7c122d2b51e4f2b Mon Sep 17 00:00:00 2001 From: drgomesp Date: Thu, 14 Feb 2013 13:42:23 -0200 Subject: [PATCH] Removed useless conditional --- Annotation/ApiDoc.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Annotation/ApiDoc.php b/Annotation/ApiDoc.php index 9004b55..6ffe308 100644 --- a/Annotation/ApiDoc.php +++ b/Annotation/ApiDoc.php @@ -330,10 +330,7 @@ class ApiDoc $data['statusCodes'] = $statusCodes; } - if ($section = $this->section) { - $data['section'] = $section; - } - + $data['section'] = $this->section; $data['https'] = $this->https; return $data;