Small code quality improvements.

This commit is contained in:
James Cole
2018-07-14 23:22:08 +02:00
parent 5dad569d62
commit f1462dbd3d
7 changed files with 49 additions and 38 deletions

View File

@@ -32,7 +32,7 @@ use Illuminate\Support\Facades\Facade;
*
* @method Preference set(string $name, $value)
* @method Preference get(string $name, $value)
* @method Preference|null getForUser(User $user, string $name, $default)
* @method Preference|null getForUser(User $user, string $name, $default = null)
* @method void mark()
*/
class Preferences extends Facade