Update parser to 2.0.29 (#11388)

* update parser to 2.0.29

* better handling of null in dereferencing

* update parser to 2.0.30

* update core to newer version

* add new files

* rollback to previous stable version

* remove files

* Fixes for python-experimental NullableShape component

Co-authored-by: Justin Black <justin.a.black@gmail.com>
This commit is contained in:
William Cheng
2022-02-21 18:37:52 +08:00
committed by GitHub
parent bdb037cce1
commit df05e6f4bc
264 changed files with 6461 additions and 27 deletions

View File

@@ -31,6 +31,8 @@ services:
Add a new pet to the store
### Example Implementation
```php
<?php
@@ -91,6 +93,8 @@ Name | Type | Description | Notes
Deletes a pet
### Example Implementation
```php
<?php
@@ -338,6 +342,8 @@ Name | Type | Description | Notes
Update an existing pet
### Example Implementation
```php
<?php
@@ -398,6 +404,8 @@ Name | Type | Description | Notes
Updates a pet in the store with form data
### Example Implementation
```php
<?php
@@ -460,6 +468,8 @@ void (empty response body)
uploads an image
### Example Implementation
```php
<?php

View File

@@ -194,6 +194,8 @@ No authorization required
Place an order for a pet
### Example Implementation
```php
<?php

View File

@@ -93,6 +93,8 @@ void (empty response body)
Creates list of users with given input array
### Example Implementation
```php
<?php
@@ -153,6 +155,8 @@ void (empty response body)
Creates list of users with given input array
### Example Implementation
```php
<?php
@@ -275,6 +279,8 @@ void (empty response body)
Get user by user name
### Example Implementation
```php
<?php
@@ -327,6 +333,8 @@ No authorization required
Logs user into the system
### Example Implementation
```php
<?php
@@ -380,6 +388,8 @@ No authorization required
Logs out current logged in user session
### Example Implementation
```php
<?php