From cd45f4b1469034675b410f3bb599d831ad33409d Mon Sep 17 00:00:00 2001 From: Baldur Rensch Date: Tue, 13 Nov 2012 08:04:04 -0800 Subject: [PATCH] Removed unused function --- Annotation/ApiDoc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Annotation/ApiDoc.php b/Annotation/ApiDoc.php index f9fe6d2..f7ee000 100644 --- a/Annotation/ApiDoc.php +++ b/Annotation/ApiDoc.php @@ -255,14 +255,6 @@ class ApiDoc return $this->statusCodes; } - /** - * @param array $codes - */ - public function addStatusCodes($codes) - { - $this->statusCodes = array_merge($this->statusCodes, $codes); - } - /** * @return array */