Merge pull request #1148 from pterodactyl/feature/doc-block-improvements

@throws docblock improvements
This commit is contained in:
Dane Everitt
2018-05-20 16:25:59 -07:00
committed by GitHub
23 changed files with 47 additions and 15 deletions

View File

@@ -10,6 +10,8 @@ class StoreApplicationApiKeyRequest extends AdminFormRequest
{
/**
* @return array
* @throws \ReflectionException
* @throws \ReflectionException
*/
public function rules()
{