Skip to content

Commit 75b7d25

Browse files
committed
Apply fixes from StyleCI
1 parent d8ef89b commit 75b7d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo/DevTools/src/MonorepoReleaseCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ protected function prepareMonorepoPR(): void
358358
$title = "Framework version v$this->newVersion";
359359
$body = '';
360360
} else {
361-
$title = "HydePHP v$this->newVersion - " . date('Y-m-d');
361+
$title = "HydePHP v$this->newVersion - ".date('Y-m-d');
362362
$body = $this->releaseBody;
363363
}
364364

0 commit comments

Comments
 (0)