mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Removed unused function
This commit is contained in:
parent
742e53b99b
commit
cd45f4b146
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue