issues
search
bigbluebutton
/
bigbluebutton-api-php
Offical @BigBlueButton PHP API
https://github.com/bigbluebutton/bigbluebutton/
GNU Lesser General Public License v3.0
183
stars
199
forks
source link
Improve parameter constructors
#247
Open
DigitalTimK
opened
6 months ago
DigitalTimK
commented
6 months ago
This PR will:
make all mandatory attributes of an API-request also mandatory in the constructor of the associated parameter-class
Transform all "mixed" in PhpDoc into real php type (php 81)
Solves issue #246
This PR will: