Use more standardized phpcs

This commit is contained in:
Dane Everitt
2021-01-23 12:33:34 -08:00
parent a043071e3c
commit c449ca5155
493 changed files with 1116 additions and 3903 deletions

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
{