Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Mar 13, 2024
1 parent 917ab08 commit a26bd09
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions database/factories/ReadChapterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ class ReadChapterFactory extends Factory
{
protected $model = ReadChapter::class;

/**
* @return array
*/
public function definition(): array
{
return [
Expand Down
3 changes: 0 additions & 3 deletions database/factories/UserFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ class UserFactory extends Factory
{
protected $model = User::class;

/**
* @return array
*/
public function definition(): array
{
return [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
'profile' => [
'name' => 'Name',
'github_name' => 'GitHub nickname',
'hexlet_nickname' => 'Hexlet nickname'
'hexlet_nickname' => 'Hexlet nickname',
],
];
2 changes: 1 addition & 1 deletion resources/lang/ru/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
],
'account' => [
'password' => 'Пароль',
'reset_password' => 'Сбросить пароль'
'reset_password' => 'Сбросить пароль',
],
];

0 comments on commit a26bd09

Please sign in to comment.