bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

Improve parameter constructors

Open DigitalTimK opened this issue 1 year ago • 0 comments

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

DigitalTimK avatar May 04 '24 05:05 DigitalTimK