Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-3102

Billing Overview: Update for php 7.3 compatibility

    Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.6.0-b1
    • Component/s: Plugins
    • Labels:
      None

      Description

      continue statements that are within a switch will raise a warning in php 7.3 because it acts as a break.

      Generating statistics for the revenue year graph uses a continue statement in a switch. It functions correctly as a break in this context, but it really should be continue 2 instead. It will generate a warning in php 7.3 otherwise.

        Issue Links

          Activity

          There are no comments yet on this issue.

            People

            • Assignee:
              jonathan Jonathan Reissmueller
              Reporter:
              tyson Tyson Phillips (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:
                Fix Release Date:
                28/May/19

                Agile