mirror of
https://github.com/predis/predis.git
synced 2026-08-26 23:59:54 +00:00
7ba465048f
The base abstract connection class now returns a bool to indicate when the actual connect() operation has been performed on the underlying resource. This return value is not part of the interface so extending classes can decide to not return any value.