mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-12-29 04:55:51 +01:00
Fixed typo
This commit is contained in:
parent
b2ef4e3c8f
commit
57e5c3994d
@ -119,7 +119,7 @@ class StubCreator
|
|||||||
->setType(Type::MIXED)
|
->setType(Type::MIXED)
|
||||||
->setNullable(true)
|
->setNullable(true)
|
||||||
->setValue(null);
|
->setValue(null);
|
||||||
$response->addProperty('error_code')
|
$response->addProperty('errorCode')
|
||||||
->setPublic()
|
->setPublic()
|
||||||
->setType(Type::INT)
|
->setType(Type::INT)
|
||||||
->setNullable(true)
|
->setNullable(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user