File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : PHP-CS-Fixer Check
2626 run : |
27- php-cs-fixer fix -v --dry-run ./src --rules=@PSR12
27+ php-cs-fixer fix -v --dry-run ./src --rules=@PSR12,-blank_line_after_opening_tag
Original file line number Diff line number Diff line change 77# License: GNU/GPLv2
88# @see LICENSE.txt
99#
10- # This file: Japanese language data (last modified: 2024.04.19 ).
10+ # This file: Japanese language data (last modified: 2024.12.31 ).
1111#
1212# Regarding translations: My native language is English. Because this is a free
1313# and open-source hobby project which generates zero income, and translatable
@@ -33,7 +33,7 @@ config:
3333 phpmailer_event_log : " PHPMailerに関連してすべてのイベントを記録するためのファイル。ファイル名指定するか、無効にしたい場合は空白のままにして下さい。"
3434 phpmailer_host : " 送信Eメールに使用するSMTPホスト。"
3535 phpmailer_password : " SMTP経由でEメールを送信するときに使用するパスワード。"
36- phpmailer_port : " 送信Eメールに使用するポート番号。 Default/デフォルルト = 587。"
36+ phpmailer_port : " 送信Eメールに使用するポート番号。 Default/デフォルルト = 587。"
3737 phpmailer_set_from_address : " SMTP経由でEメールを送信するときに引用する送信者アドレス。"
3838 phpmailer_set_from_name : " SMTP経由でEメールを送信するときに引用する送信者名。"
3939 phpmailer_skip_auth_process : " このディレクティブを<code>true</code>に設定すると、PHPMailerはSMTP経由でEメールを送信する際に通常発生する認証プロセスをスキップします。このプロセスをスキップすると、送信EメールがMITM攻撃にさらされる可能性があるため、これは避けるべきです。しかし、PHPMailerがSMTPサーバに接続できない場合、このプロセスが必要な場合があります。"
You can’t perform that action at this time.
0 commit comments