Merge branch 'develop' into feature/react-admin

This commit is contained in:
Matthew Penner 2021-01-27 23:18:06 -07:00
commit b856ab17bd
39 changed files with 438 additions and 359 deletions

View file

@ -55,7 +55,7 @@ abstract class ClientApiIntegrationTestCase extends IntegrationTestCase
/**
* Returns a link to the specific resource using the client API.
*
* @param mixed $model
* @param mixed $model
* @param string|null $append
*/
protected function link($model, $append = null): string

View file

@ -24,7 +24,7 @@ class GetServerSchedulesTest extends ClientApiIntegrationTestCase
* Test that schedules for a server are returned.
*
* @param array $permissions
* @param bool $individual
* @param bool $individual
* @dataProvider permissionsDataProvider
*/
public function testServerSchedulesAreReturned($permissions, $individual)