Skip to content

Commit

Permalink
Update lumen and ze-ph samples
Browse files Browse the repository at this point in the history
- ./bin/php-lumen-petstore-server.sh > /dev/null 2>&1
- ./bin/php-ze-ph-petstore-server.sh > /dev/null 2>&1
  • Loading branch information
ackintosh committed Jul 9, 2018
1 parent be8f9fe commit 9672fa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testClientModel()
/**
* Operation testEndpointParameters
*
* Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트 .
* Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트.
*
*
* @return Http response
Expand Down
4 changes: 2 additions & 2 deletions samples/server/petstore/php-lumen/lib/app/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
$app->patch('/v2/fake', 'FakeApi@testClientModel');
/**
* post testEndpointParameters
* Summary: Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
* Notes: Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
* Summary: Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
* Notes: Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
*/
$app->post('/v2/fake', 'FakeApi@testEndpointParameters');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Capitalization
*/
public $sca_eth_flow_points;
/**
* Name of the pet
* Name of the pet
* @DTA\Data(field="ATT_NAME", nullable=true)
* @DTA\Validator(name="Type", options={"type":"string"})
* @var string
Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/php-ze-ph/src/App/Handler/Fake.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function handlePatch(ServerRequestInterface $request)
throw new PHException\HttpCode(500, "Not implemented");
}
/**
* Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
* Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
* @param ServerRequestInterface $request
*
* @throws PHException\HttpCode 500 if the method is not implemented
Expand Down

0 comments on commit 9672fa6

Please sign in to comment.