sabre-io/http

Unknown scalar type

mrcnpdlk opened this issue · 3 comments

After upgrade to 5.0 my IDE (PHP Storm) shows me a warning:
Expected \Sabre\HTTP\scalar, got string Inspection info: Invocation parameter types are not compatible with declared.

* @param scalar $value

In the previous version (4.2) type was defined as string|string[]

Feel free to submit a pull request too fix this - THX

I will fix it in the evening. Thanks

Looks like this was fixed by #192