Update default value for PHP server generators (slim, silex) (#272)

* update php slim samples

* update php silex samples

* update php silex default value
This commit is contained in:
William Cheng
2018-04-30 15:18:13 +08:00
committed by GitHub
parent 799b033c22
commit 7ad92572e4
69 changed files with 546 additions and 535 deletions

View File

@@ -5,9 +5,9 @@
* PHP version 5
*
* @category Class
* @package Swagger\Server\Model
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
* @package OpenAPI\Server\Model
* @author OpenAPI Generator team
* @link https://github.com/openapitools/openapi-generator
*/
/**
@@ -17,17 +17,17 @@
*
* OpenAPI spec version: 1.0.0
* Contact: apiteam@swagger.io
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Generated by: https://github.com/openapitools/openapi-generator.git
*
*/
/**
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* https://github.com/openapitools/openapi-generator
* Do not edit the class manually.
*/
namespace Swagger\Server\Model;
namespace OpenAPI\Server\Model;
use Symfony\Component\Validator\Constraints as Assert;
use JMS\Serializer\Annotation\Type;
@@ -38,8 +38,8 @@ use JMS\Serializer\Annotation\SerializedName;
*
* A User who is purchasing from the pet store
*
* @package Swagger\Server\Model
* @author Swagger Codegen team
* @package OpenAPI\Server\Model
* @author OpenAPI Generator team
*/
class User
{