for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FigTree\Config\Tests\Concerns;
trait BuildsPaths
{
protected function path(string ...$parts)
return implode(DIRECTORY_SEPARATOR, $parts);
}