| 1 | <?php |
||
| 17 | class SchemaEnumHandler |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Serialize SchemaEnum to JSON |
||
| 22 | * |
||
| 23 | * @param JsonSerializationVisitor $visitor Visitor |
||
| 24 | * @param SchemaEnum $schemaEnum enum |
||
| 25 | * @param array $type Type |
||
| 26 | * @param Context $context Context |
||
| 27 | * |
||
| 28 | * @return array |
||
| 29 | */ |
||
| 30 | public function serializeSchemaEnumToJson( |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.