When running the coder formatter on an exported CCK type the result produces PHP that fails a syntax check using php -l filename

An exported CCK text field may very often contain this:

    'default_value' => 
    array (
    ),

after processing with the code_formatter.php it now looks like this:

    'default_value' => 
    array (,
    ),

Comments

klausi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Coder for Drupal 6 is now frozen and only security fixes will be applied. Feel free to update this issue and reopen against 7.x-2.x or 8.x-2.x.