#134 - fill users data for resume #144

Merged
Baakoma merged 34 commits from #134-fill-users-data-for-resume into main 2022-05-18 08:50:41 +02:00
Showing only changes of commit 30fdfe8203 - Show all commits

View File

@@ -17,7 +17,7 @@ class ResumeFactory extends Factory
krzysztofrewak commented 2022-05-17 15:12:52 +02:00 (Migrated from github.com)
Review
            "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
```suggestion "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, ```
krzysztofrewak commented 2022-05-17 15:12:52 +02:00 (Migrated from github.com)
Review
            "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
```suggestion "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, ```
public function definition(): array
{
return [
"name" => fn(array $attr) => empty($attr["user_id"]) ? $this->faker->name : null,
krzysztofrewak commented 2022-05-17 15:12:52 +02:00 (Migrated from github.com)
Review
            "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
```suggestion "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, ```
"name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
krzysztofrewak commented 2022-05-17 15:12:52 +02:00 (Migrated from github.com)
Review
            "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
```suggestion "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, ```
"education" => $this->generateEducation(),
"languages" => $this->generateLanguages(),
"technologies" => $this->generateTechnologies(),
krzysztofrewak commented 2022-05-17 15:12:52 +02:00 (Migrated from github.com)
Review
            "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
```suggestion "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, ```
krzysztofrewak commented 2022-05-17 15:12:52 +02:00 (Migrated from github.com)
Review
            "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null,
```suggestion "name" => fn(array $attributes): bool => empty($attributes["user_id"]) ? $this->faker->name : null, ```