phpcbf doesn't add spaces between PHP tags in TPL.

Created on 22 December 2015, over 9 years ago
Updated 11 January 2025, 3 months ago

Given the following file:

<?php
/**
  * @file
  */
?>

<?php
foreach($results->foo $data){
    if($data->type == 'PAID') {
        $foo[] = '';
    }elseif($data->type == 'MISSED') {
        $foo[] = '';
    }elseif($data->type == 'DUE') {
        $foo[] = '';
    }
}

coder doesn't apply any spaces between PHP tags and brackets.

Command: phpcbf --standar=Drupal foo.tpl.php

🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

Coder Sniffer

Created by

🇬🇧United Kingdom kenorb

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

    Drupal 7 is not supported anymore, and Drupal 8+ versions do not use TPL files anymore. Closing this as outdated.

Production build 0.71.5 2024