From 82fb60e81b718477ba504aaebe140992927ebc14 Mon Sep 17 00:00:00 2001 From: Alex Szeliga Date: Fri, 16 Feb 2024 19:51:56 +0000 Subject: [PATCH] style guides --- src/Exportable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exportable.php b/src/Exportable.php index b16b684..d3ccc89 100644 --- a/src/Exportable.php +++ b/src/Exportable.php @@ -100,7 +100,7 @@ private function exportOrDownload($path, $function, callable $callback = null) $this->setOptions($options); // extract file type for writing to php://output - if (str_starts_with($path,'php://output')) { + if (str_starts_with($path, 'php://output')) { $path = explode(';', $path)[0]; }