Browse Source

Stub Auth facade for phan

master
Adam Pippin 3 years ago
parent
commit
24865bcc55
  1. 7
      .phan/stubs/Auth.php

7
.phan/stubs/Auth.php

@ -0,0 +1,7 @@
<?php
/**
* @method static mixed loginUsingId(mixed $id)
* @method static void login(mixed $user)
*/
class Auth {}
Loading…
Cancel
Save