Codeception / module-phalcon4

Phalcon 4 module for Codeception
https://codeception.com/docs/modules/Phalcon4
MIT License
3 stars 8 forks source link

Fixed ->getContent() return value, null is not accept for getRawBody() #25

Closed hinablue closed 2 years ago

hinablue commented 2 years ago

As title.

Cause $request->getContent() may return the NULL value, and getRawBody need to return type of String.