WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit d154194

Browse files
authored
Merge pull request #93 from pwweb/analysis-ZlknJ0
Apply fixes from StyleCI
2 parents 5327825 + 141f76b commit d154194

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

src/Interfaces/User/Password/HistoryRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace PWWEB\Core\Interfaces\User\Password;
44

5-
use PWWEB\Core\Interfaces\BaseRepositoryInterface;
65
use Illuminate\Container\Container as Application;
6+
use PWWEB\Core\Interfaces\BaseRepositoryInterface;
77
use PWWEB\Core\Models\User;
88
use PWWEB\Core\Models\User\Password\History;
99

src/Interfaces/UserRepositoryInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
namespace PWWEB\Core\Interfaces;
44

55
use Illuminate\Container\Container as Application;
6+
use Illuminate\Database\Eloquent\Collection;
67
use PWWEB\Core\Interfaces\User\Password\HistoryRepositoryInterface;
7-
use PWWEB\Core\Interfaces\BaseRepositoryInterface;
88
use PWWEB\Core\Models\User;
9-
use Illuminate\Database\Eloquent\Collection;
109

1110
/**
1211
* PWWEB\Core\Interfaces\UserRepository UserRepository.

src/Repositories/UserRepository.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
namespace PWWEB\Core\Repositories;
44

55
use Illuminate\Container\Container as Application;
6+
use Illuminate\Database\Eloquent\Collection;
67
use PWWEB\Core\Exceptions\User\NotFound as UserNotFoundException;
78
use PWWEB\Core\Exceptions\User\Password\HistoricPasswordNotAllowed as HistoricPasswordNotAllowedException;
89
use PWWEB\Core\Exceptions\User\Password\NotMatching as NotMatchingException;
910
use PWWEB\Core\Interfaces\User\Password\HistoryRepositoryInterface;
1011
use PWWEB\Core\Interfaces\UserRepositoryInterface;
1112
use PWWEB\Core\Models\User;
12-
use PWWEB\Core\Repositories\BaseRepository;
13-
use Illuminate\Database\Eloquent\Collection;
1413

1514
/**
1615
* PWWEB\Core\Repositories\UserRepository UserRepository.

src/resources/routes/web.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use Illuminate\Foundation\Auth\EmailVerificationRequest;
4-
use Illuminate\Http\Request;
53
use PWWEB\Core\Controllers\Address\TypeController;
64
use PWWEB\Core\Controllers\AddressController;
75
use PWWEB\Core\Controllers\CountryController;

0 commit comments

Comments
 (0)