• Resolved RakeshTailor

    (@rakeshtailor)


    Just found a warning on a PHP compatibility scan:
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————–
    541 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
    ————————————————————————————————–

Viewing 1 replies (of 1 total)
  • Plugin Contributor Justin McElhaney

    (@jmcelhaney)

    It is possible that this scan is catching the code located in the deprecated folder. The code in the deprecated folder is from the 2.9.x codebase and is included for conversion purposes, but is not used in the 3 codebase.
    You can ignore any warnings that come from files located in /ninja-forms/deprecated/

Viewing 1 replies (of 1 total)

The topic ‘php scan warning’ is closed to new replies.