Skip to content

Commit 2b54608

Browse files
authored
fix formatting (#10)
1 parent 271de10 commit 2b54608

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/TokenRepository.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ protected function getPasswordlessTable(): Builder
126126
return $this->connection->table($this->table);
127127
}
128128

129-
/**
130-
* @return string
131-
*/
132129
protected function getTable(): string
133130
{
134131
return $this->table;

src/Traits/PasswordlessAuth.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ protected function verifyMagicLink(Request $request): string|Authenticatable|Can
8282
return $user;
8383
}
8484

85-
/**
86-
* @param $user
87-
*/
8885
public function authenticateUser($user)
8986
{
9087
auth()->login($user);

tests/TestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ protected function defineDatabaseMigrations()
6666
* Get package providers.
6767
*
6868
* @param \Illuminate\Foundation\Application $app
69-
* @return array
7069
*/
7170
protected function getPackageProviders($app): array
7271
{

0 commit comments

Comments
 (0)