We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee4759 commit cc71306Copy full SHA for cc71306
1 file changed
src/StaticPHP/Util/GlobalPathTrait.php
@@ -8,8 +8,6 @@ trait GlobalPathTrait
8
{
9
/**
10
* Get the build root path for the package.
11
- *
12
- * TODO: Can be changed to support per-package build root path in the future.
13
*/
14
public function getBuildRootPath(): string
15
@@ -18,8 +16,6 @@ public function getBuildRootPath(): string
18
16
19
17
20
* Get the include directory for the package.
21
22
- * TODO: Can be changed to support per-package include directory in the future.
23
24
public function getIncludeDir(): string
25
@@ -28,8 +24,6 @@ public function getIncludeDir(): string
28
29
30
26
* Get the library directory for the package.
31
32
- * TODO: Can be changed to support per-package library directory in the future.
33
27
34
public function getLibDir(): string
35
0 commit comments