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 marked as @final final #121

Closed FelixJacobi closed 1 year ago

FelixJacobi commented 2 years ago

Some classes are already marked as @final, but not declared as final class yet to preserve BC in minor releases. This should be changed in 5.0 as is a major BC break.

Additionally, we probably prepare to mark more classes final if this is sensible, and it probably does not break use cases to be explicit about the architecture of the library.