XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • Minor
    • 2.3.5, 2.4.2
    • 2.3.4, 2.4.1, 2.5
    • Local: Code checker
    • None
    • MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
    • MOODLE_23_STABLE, MOODLE_24_STABLE

    Description

      Right now we are presenting any phpdoc block before define/defined as error:

      /**
      36: Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead
      

      And our coding style says that they must be commented using phpdoc:

      http://docs.moodle.org/dev/Coding_style#Defines

      So this is about to stop reporting them as errors, but without killing the sniff for other functions.

      Ciao

      Attachments

        Activity

          People

            stronk7 Eloy Lafuente (stronk7)
            stronk7 Eloy Lafuente (stronk7)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              11/Mar/13