chore: Add php code sniffer github check (#1066)

This commit is contained in:
Attila Kerekes
2022-12-11 10:58:58 +00:00
committed by GitHub
parent d910f8e4f7
commit 5eb1f55b82
13 changed files with 36 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
// @codingStandardsIgnoreStart
/**
* App\User
*
@@ -42,6 +43,7 @@ use Illuminate\Notifications\Notifiable;
* @method static \Illuminate\Database\Eloquent\Builder|User whereUsername($value)
* @mixin \Eloquent
*/
// @codingStandardsIgnoreEnd
class User extends Authenticatable
{
use Notifiable;