mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-23 22:13:36 -04:00
Code style fix
This commit is contained in:
@@ -17,7 +17,11 @@ use Komarev\GitHubProfileViewsCounter\Username;
|
||||
|
||||
interface CounterRepositoryInterface
|
||||
{
|
||||
public function getViewsCountByUsername(Username $username): int;
|
||||
public function getViewsCountByUsername(
|
||||
Username $username
|
||||
): int;
|
||||
|
||||
public function addViewByUsername(Username $username): void;
|
||||
public function addViewByUsername(
|
||||
Username $username
|
||||
): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user