Use more standardized phpcs

This commit is contained in:
Dane Everitt 2021-01-23 12:33:34 -08:00
parent a043071e3c
commit c449ca5155
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
493 changed files with 1116 additions and 3903 deletions

View file

@ -16,8 +16,6 @@ class AllocationFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -18,8 +18,6 @@ class ApiKeyFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -17,8 +17,6 @@ class BackupFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -18,8 +18,6 @@ class DatabaseFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -17,8 +17,6 @@ class DatabaseHostFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -17,8 +17,6 @@ class EggFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -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
{

View file

@ -17,8 +17,6 @@ class LocationFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -17,8 +17,6 @@ class NestFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -19,8 +19,6 @@ class NodeFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -16,8 +16,6 @@ class ScheduleFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -17,8 +17,6 @@ class SubuserFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -16,8 +16,6 @@ class TaskFactory extends Factory
/**
* Define the model's default state.
*
* @return array
*/
public function definition(): array
{

View file

@ -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
{