Release 1.15.3 (#2813)

This commit is contained in:
Kevin Papst
2021-10-05 15:30:29 +02:00
committed by GitHub
parent 162ff07bd5
commit ccb184b17f
11 changed files with 859 additions and 1037 deletions

View File

@@ -427,7 +427,7 @@ final class TimesheetFixtures implements TestFixture
}
if ($this->fixedRate) {
$entry->setFixedRate(rand(10, 100));
$entry->setFixedRate((float) rand(10, 100));
}
if ($this->hourlyRate) {