1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Fix code styling

This commit is contained in:
mattstauffer
2025-06-19 04:42:20 +00:00
committed by github-actions[bot]
parent 06fb6159b6
commit 6fcf62efa2

View File

@@ -82,7 +82,7 @@ public function createConfigurationFiles(string $phpVersion): void
$destDir = dirname(dirname($fpmConfigFile)).'/conf.d'; $destDir = dirname(dirname($fpmConfigFile)).'/conf.d';
$this->files->ensureDirExists($destDir, user()); $this->files->ensureDirExists($destDir, user());
if (!file_exists($destDir.'/php-memory-limits.ini')) { if (! file_exists($destDir.'/php-memory-limits.ini')) {
$this->files->putAsUser( $this->files->putAsUser(
$destDir.'/php-memory-limits.ini', $destDir.'/php-memory-limits.ini',
$this->files->getStub('php-memory-limits.ini') $this->files->getStub('php-memory-limits.ini')