1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

missing semicolon

This commit is contained in:
Damodar Lohani 2021-11-18 18:32:54 +05:45
parent f0170d7022
commit adc1e3f2af

View file

@ -329,7 +329,7 @@ class Swagger2 extends Format
$node['items'] = [
'type' => 'string',
];
$node['x-example'] = '["role:all"]'
$node['x-example'] = '["role:all"]';
break;
case 'Appwrite\Auth\Validator\Password':
$node['type'] = $validator->getType();