Closed rdoursenaud closed 9 years ago
in includes/class-doliwoo-parameters.php, line 127
This file ends with no newline character. It won't render properly on a terminal, and it's considered a bad practice. Add a simple line feed as the last character to fix it.
$columns['dolibarr_id'] = __( 'Dolibarr User ID', 'doliwoo' ); return $columns; } }
Posted from SensioLabsInsight
in includes/class-doliwoo-parameters.php, line 127
Posted from SensioLabsInsight