Use more standardized phpcs
This commit is contained in:
parent
a043071e3c
commit
c449ca5155
493 changed files with 1116 additions and 3903 deletions
|
@ -19,8 +19,6 @@ class GetServerDatabaseRequest extends ApplicationApiRequest
|
|||
|
||||
/**
|
||||
* Determine if the requested server database exists.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function resourceExists(): bool
|
||||
{
|
||||
|
|
|
@ -24,8 +24,6 @@ class StoreServerDatabaseRequest extends ApplicationApiRequest
|
|||
|
||||
/**
|
||||
* Validation rules for database creation.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function rules(): array
|
||||
{
|
||||
|
@ -76,8 +74,6 @@ class StoreServerDatabaseRequest extends ApplicationApiRequest
|
|||
|
||||
/**
|
||||
* Returns the database name in the expected format.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function databaseName(): string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue