Use more standardized phpcs
This commit is contained in:
parent
a043071e3c
commit
c449ca5155
493 changed files with 1116 additions and 3903 deletions
|
@ -16,8 +16,6 @@ class AllocationFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -18,8 +18,6 @@ class ApiKeyFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class BackupFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -18,8 +18,6 @@ class DatabaseFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class DatabaseHostFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class EggFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class EggVariableFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
@ -35,8 +33,6 @@ class EggVariableFactory extends Factory
|
|||
|
||||
/**
|
||||
* Indicate that the egg variable is viewable.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Factories\Factory
|
||||
*/
|
||||
public function viewable(): Factory
|
||||
{
|
||||
|
@ -49,8 +45,6 @@ class EggVariableFactory extends Factory
|
|||
|
||||
/**
|
||||
* Indicate that the egg variable is editable.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Factories\Factory
|
||||
*/
|
||||
public function editable(): Factory
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class LocationFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class NestFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -19,8 +19,6 @@ class NodeFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -16,8 +16,6 @@ class ScheduleFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -17,8 +17,6 @@ class SubuserFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -16,8 +16,6 @@ class TaskFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
|
|
@ -18,8 +18,6 @@ class UserFactory extends Factory
|
|||
|
||||
/**
|
||||
* Define the model's default state.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function definition(): array
|
||||
{
|
||||
|
@ -43,8 +41,6 @@ class UserFactory extends Factory
|
|||
|
||||
/**
|
||||
* Indicate that the user is an admin.
|
||||
*
|
||||
* @return \Illuminate\Database\Eloquent\Factories\Factory
|
||||
*/
|
||||
public function admin(): Factory
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue