* @codingStandardsIgnoreLine
* @Given /^I add the element "(?P<element_name>(?:[^"]|\\")*)" to page "(?P<page_number>\d+)" of the "(?P<template_name>(?:[^"]|\\")*)" certificate template$/
Moodle check complains about the usage of '@codingStandardsIgnoreLine'. However, if I remove the '@codingStandardsIgnoreLine' line the local_codechecker complains about the line length. Seems I can't win.
I have the following Behat step docs -
Moodle check complains about the usage of '@codingStandardsIgnoreLine'. However, if I remove the '@codingStandardsIgnoreLine' line the local_codechecker complains about the line length. Seems I can't win.