Skip to content

Commit 6fcf62e

Browse files
mattstauffergithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 06fb615 commit 6fcf62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/PhpFpm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function createConfigurationFiles(string $phpVersion): void
8282
$destDir = dirname(dirname($fpmConfigFile)).'/conf.d';
8383
$this->files->ensureDirExists($destDir, user());
8484

85-
if (!file_exists($destDir.'/php-memory-limits.ini')) {
85+
if (! file_exists($destDir.'/php-memory-limits.ini')) {
8686
$this->files->putAsUser(
8787
$destDir.'/php-memory-limits.ini',
8888
$this->files->getStub('php-memory-limits.ini')

0 commit comments

Comments
 (0)