[PHP] Improve validation on empty arrays (#7686)

* Api should throw exception if an empty array is passed

* Update samples

- bin/php-petstore.sh
- bin/security/php-petstore.sh
This commit is contained in:
Akihito Nakano
2018-02-22 18:15:00 +09:00
committed by William Cheng
parent 6a81829bb3
commit 14e1e19803
9 changed files with 34 additions and 31 deletions

View File

@@ -12,6 +12,8 @@ Method | HTTP request | Description
To test class name in snake case
To test class name in snake case
### Example
```php
<?php