facile-it / php-openid-client

PHP OpenID Client
35 stars 7 forks source link

Consistency - Make builders fluent. #3

Closed drupol closed 3 years ago

drupol commented 3 years ago

This PR:

thomasvargiu commented 3 years ago

I agree, fluent interface is better on builders. Thanks.

drupol commented 3 years ago

Yes, but that was not the main reason of that PR. Some builders were fluent, some were not... so I fixed that :)