Update codebase to PHP 7.4#82
Update codebase to PHP 7.4#82TavoNiievez merged 2 commits intoCodeception:masterfrom TavoNiievez:php74
Conversation
|
You added the typehint Right now, I'm getting this error message:
|
|
@ThomasLandauer it was an error, although I think it should be changed to |
See Codeception#82 (comment) Since `string|string[]` is not allowed in PHP 7.4, I added it as docblock. Also added `?`, but I'm not sure if `?string|?string[]` is right.
|
Thanks, see #87 |
No description provided.