littleredbutton / bigbluebutton-api-php

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

Made all classes final #192

Open FelixJacobi opened 4 months ago

FelixJacobi commented 4 months ago

Except for BigBlueButton\BigBlueButton (to still allow mocking it). Responses and Paramters should be final (except for Base* classes), there is no reason to extend it. Therefor we must not support it.