- 🇦🇹Austria klausi 🇦🇹 Vienna
Drupal 7 is not supported anymore, and Drupal 8+ versions do not use TPL files anymore. Closing this as outdated.
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
Closed: outdated
2.0
Coder Sniffer
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is not supported anymore, and Drupal 8+ versions do not use TPL files anymore. Closing this as outdated.