From cc713069c21b17390d69f85f2e4793c44896f775 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 12 Apr 2026 13:36:12 +0800 Subject: [PATCH] Remove unnecessary TODO mark --- src/StaticPHP/Util/GlobalPathTrait.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/StaticPHP/Util/GlobalPathTrait.php b/src/StaticPHP/Util/GlobalPathTrait.php index f94c501b..a047bfc0 100644 --- a/src/StaticPHP/Util/GlobalPathTrait.php +++ b/src/StaticPHP/Util/GlobalPathTrait.php @@ -8,8 +8,6 @@ trait GlobalPathTrait { /** * Get the build root path for the package. - * - * TODO: Can be changed to support per-package build root path in the future. */ public function getBuildRootPath(): string { @@ -18,8 +16,6 @@ trait GlobalPathTrait /** * Get the include directory for the package. - * - * TODO: Can be changed to support per-package include directory in the future. */ public function getIncludeDir(): string { @@ -28,8 +24,6 @@ trait GlobalPathTrait /** * Get the library directory for the package. - * - * TODO: Can be changed to support per-package library directory in the future. */ public function getLibDir(): string {