Remove php7 feature (#3548)

...
This commit is contained in:
Daniel Meltzer 2017-05-08 20:19:34 -05:00 committed by snipe
parent 38372f2b37
commit 82dc06ae19

View file

@ -55,7 +55,7 @@ abstract class Importer
* ObjectImporter constructor. * ObjectImporter constructor.
* @param string $filename * @param string $filename
*/ */
public function __construct(string $filename) public function __construct($filename)
{ {
$this->filename = $filename; $this->filename = $filename;