Fixed typo

This commit is contained in:
Sys 2021-06-20 12:19:57 +02:00
parent b2ef4e3c8f
commit 57e5c3994d
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class StubCreator
->setType(Type::MIXED)
->setNullable(true)
->setValue(null);
$response->addProperty('error_code')
$response->addProperty('errorCode')
->setPublic()
->setType(Type::INT)
->setNullable(true)