Skip to content

Commit 2414c81

Browse files
chore: pint issue
1 parent cb6a093 commit 2414c81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/imap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'default' => [
3939
'host' => env('IMAP_HOST', 'localhost'),
4040
'port' => env('IMAP_PORT', 993),
41-
'protocol' => env('IMAP_PROTOCOL', 'imap'), //might also use imap, [pop3 or nntp (untested)]
41+
'protocol' => env('IMAP_PROTOCOL', 'imap'), // might also use imap, [pop3 or nntp (untested)]
4242
'encryption' => env('IMAP_ENCRYPTION', 'ssl'), // Supported: false, 'ssl', 'tls', 'notls', 'starttls'
4343
'validate_cert' => env('IMAP_VALIDATE_CERT', true),
4444
'username' => env('IMAP_USERNAME', '[email protected]'),

0 commit comments

Comments
 (0)