From b060dcb9dee617a3fe8fb771d1bb8939baa8e00e Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 4 Aug 2024 00:56:44 +0000 Subject: [PATCH] Added missing comment. --- src/Sasae.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Sasae.php b/src/Sasae.php index fb4b15b..509b1a6 100644 --- a/src/Sasae.php +++ b/src/Sasae.php @@ -5,6 +5,9 @@ namespace Sasae; +/** + * Provides information about the Sasae library. + */ final class Sasae { public const PATH_SOURCE = __DIR__; public const PATH_ROOT = self::PATH_SOURCE . DIRECTORY_SEPARATOR . '..';