phpstan level 3, fixed deprecations, code cleanup (#811)
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for entry in model.calculator.entries %}
|
||||
{% set duration = entry.duration|duration() %}
|
||||
{% set duration = entry.duration|duration %}
|
||||
{% if entry.fixedRate is not null %}
|
||||
{% set rate = entry.fixedRate %}
|
||||
{% set duration = 1 %}
|
||||
|
||||
Reference in New Issue
Block a user