Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grabServiceFromContainer: Returned service is not always object (#23)
for example `$I->grabServiceFromContainer('Config')` will return array and without fix this would cause ``` [TypeError] Codeception\Lib\Connector\Laminas::grabServiceFromContainer(): Return value must be of type object, array returned ```
- Loading branch information