littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
25 stars 12 forks source link

Make classes final #135

Closed FelixJacobi closed 2 years ago

FelixJacobi commented 2 years ago

fix #121.

The main BigBlueButton class is also marked as @final. I decided against to also make it final as this is breaking DX too much in my opinion. We would need an Interface to allow that, or you are not able to mock the class anymore. This should be postponed to version 5.1+. For now, it is a reminder, that you should not extend the class in your code.

FelixJacobi commented 2 years ago

Merged as it got the required peer approvals already.