bigbluebutton-api-php
bigbluebutton-api-php copied to clipboard
Improve parameter constructors
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