GPCsolutions / doliwoo

Dolibarr WooCommerce integration
https://gpcsolutions.github.io/doliwoo
39 stars 35 forks source link

[Insight] Text files should end with a newline character - in includes/class-dolibarr.php, line 436 #31

Closed rdoursenaud closed 9 years ago

rdoursenaud commented 9 years ago

in includes/class-dolibarr.php, line 436

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.

                }
            }

            return $attach_ids;
        }
}

Posted from SensioLabsInsight