From 224fbf0f72c641b93ec79e8c01ce8a2b0298993f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 18 Sep 2021 23:57:21 +0200 Subject: [PATCH] update app.php "coding standards" error 1/1 always add a dot to the end of a sentence! --- app/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/app.php b/app/config/app.php index 56a8942..ae594a8 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -162,7 +162,7 @@ return [ /** * Whether or not to hide dot files/directories from the listing. - * Like '.env' or '.ssh/' + * Like '.env' or '.ssh/'. * * Default value: true */