From 89bf4f05b31821662f6c3ec92b1c0e23e55aca82 Mon Sep 17 00:00:00 2001 From: Terry Fleury Date: Fri, 22 Jun 2018 11:26:51 -0500 Subject: [PATCH] Add missing '*' to comment. --- src/Service/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/Skin.php b/src/Service/Skin.php index f3fb648..731c2f1 100644 --- a/src/Service/Skin.php +++ b/src/Service/Skin.php @@ -73,7 +73,7 @@ class Skin /** * @var bool $skininitialized Have we initialized the skin by reading in - the forceskin.txt file? + * the forceskin.txt file? */ protected $skininitialized = false;