mrandrewmills/Fixed-Width-Text-File-Toolkit

class name as constructor deprecated in PHP 7

mrandrewmills opened this issue · 1 comments

PHP 7 has deprecated the use of a class name as a constructor method, which was something we used for backward compatibility with PHP 5.x. We'll need to reconsider this approach moving forward.

Fixed (after fighting with PHPUnit test adjustments on Travis CI for a bit).