[TOOLS] Continue raising PHPStan level to 6
This commit is contained in:
@@ -61,6 +61,8 @@ class Group extends Controller
|
||||
*
|
||||
* @throws RedirectException
|
||||
* @throws ServerException
|
||||
*
|
||||
* @return ControllerResultType
|
||||
*/
|
||||
public function groupCreate(Request $request): array
|
||||
{
|
||||
@@ -89,6 +91,8 @@ class Group extends Controller
|
||||
* @throws NicknameTooLongException
|
||||
* @throws NotFoundException
|
||||
* @throws ServerException
|
||||
*
|
||||
* @return ControllerResultType
|
||||
*/
|
||||
public function groupSettings(Request $request, int $id): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user