Skip to content

Commit

Permalink
Allow to define schemes for an operation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed May 13, 2016
1 parent 10a1464 commit fc85000
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Operation.php
Expand Up @@ -7,6 +7,7 @@
use gossi\swagger\parts\ParametersPart;
use gossi\swagger\parts\ProducesPart;
use gossi\swagger\parts\ResponsesPart;
use gossi\swagger\parts\SchemesPart;
use gossi\swagger\parts\TagsPart;
use phootwork\collection\CollectionUtils;
use phootwork\lang\Arrayable;
Expand All @@ -18,6 +19,7 @@ class Operation extends AbstractModel implements Arrayable {
use TagsPart;
use ParametersPart;
use ResponsesPart;
use SchemesPart;
use ExternalDocsPart;
use ExtensionPart;

Expand Down Expand Up @@ -132,4 +134,4 @@ public function setDeprecated($deprecated) {
}


}
}

0 comments on commit fc85000

Please sign in to comment.