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 d641fce commit 4526edbCopy full SHA for 4526edb
tests/BuildDirTrait.php
@@ -24,7 +24,7 @@ trait BuildDirTrait{
24
* returns the full raw path to the build dir
25
*/
26
protected function getBuildPath(string $subPath):string{
27
- return $this::$buildDir.trim($subPath, '\\/');
+ return static::$buildDir.trim($subPath, '\\/');
28
}
29
30
/**
0 commit comments