Skip to content

Commit cc71306

Browse files
committed
Remove unnecessary TODO mark
1 parent 6ee4759 commit cc71306

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/StaticPHP/Util/GlobalPathTrait.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ trait GlobalPathTrait
88
{
99
/**
1010
* Get the build root path for the package.
11-
*
12-
* TODO: Can be changed to support per-package build root path in the future.
1311
*/
1412
public function getBuildRootPath(): string
1513
{
@@ -18,8 +16,6 @@ public function getBuildRootPath(): string
1816

1917
/**
2018
* Get the include directory for the package.
21-
*
22-
* TODO: Can be changed to support per-package include directory in the future.
2319
*/
2420
public function getIncludeDir(): string
2521
{
@@ -28,8 +24,6 @@ public function getIncludeDir(): string
2824

2925
/**
3026
* Get the library directory for the package.
31-
*
32-
* TODO: Can be changed to support per-package library directory in the future.
3327
*/
3428
public function getLibDir(): string
3529
{

0 commit comments

Comments
 (0)