This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Add getStream
to interfaces.
#16
Labels
getStream
to interfaces.
#16
Since #15
Hoa\Stream::getStream
is public.But because interfaces is commonly used in type hinting, this method can't be used safely.
eg:
class Foo extends Hoa\Stream\IStream\In { …
which doesn't implementgetStream
.IMO this method should be present in all
Hoa\Stream\IStream
interfaces.Related to hoaproject/Console#51
The text was updated successfully, but these errors were encountered: