Skip to content

Commit 3df245c

Browse files
committed
update phel-config.php default config example
1 parent c9d0a25 commit 3df245c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ return (new \Phel\Config\PhelConfig())
2121
->setNoCacheWhenBuilding([])
2222
->setFormatDirs(['src', 'tests'])
2323
->setKeepGeneratedTempFiles(false)
24-
->setTempDir(sys_get_temp_dir().'/phel')
24+
->setTempDir(sys_get_temp_dir().'/phel')
2525
->setBuildConfig((new \Phel\Config\PhelBuildConfig())
2626
->setMainPhelNamespace('your-ns\index')
2727
->setMainPhpPath('out/index.php'))

0 commit comments

Comments
 (0)