Loop if @code block is not properly ended

Created on 7 November 2022, over 2 years ago
Updated 16 February 2024, about 1 year ago

Problem/Motivation

I have short code that seems to go into loop - test will never end.

Steps to reproduce

Here's class that breaks:

<?php

namespace Drupal\foobar\Element;

/**
 * Example of specifying only some elements are required:
 * @code
 * $form['contacts'] = [
 *   '#type' => 'multivalue',
 *   '#title' => $this->t('Contacts'),
 *   '#required' => TRUE,
 * ];
 * @endCode
 */
class MultiValue {
}

Save it to file MultiValue.php and test:

./vendor/bin/phpcs MultiValue.php --standard=Drupal

Proposed resolution

Don't go to loop if @endcode is not found. In above case developer has written @endCode.

This was tested on drupal/coder:8.3.16, PHP version 8.1

🐛 Bug report
Status

Closed: works as designed

Version

8.3

Component

Coder Sniffer

Created by

🇪🇪Estonia hkirsman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇦🇹Austria klausi 🇦🇹 Vienna

    Thanks for reporting! I can't reproduce this with the latest Coder dev version. Can you try again with that one and check if this is still a problem?

    Can you also run "composer update" to make sure your PHPCS and other dependencies are up to date?

  • Status changed to Closed: works as designed about 1 year ago
  • 🇦🇹Austria klausi 🇦🇹 Vienna
Production build 0.71.5 2024