Skip to content

Commit

Permalink
Fix CS with PHP-CS-Fixer 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteWunsch authored and github-actions[bot] committed Jan 8, 2024
1 parent b0dd93d commit 6582c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build/TreeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ private function getCacheFile(string $kernelCacheDirectory, RequestStack $reques
$cacheDirectory .= $mainRequest->getHttpHost().'/';
}

return $cacheDirectory . 'tree.php';
return $cacheDirectory.'tree.php';
}
}

0 comments on commit 6582c21

Please sign in to comment.