sjelfull / Craft-Faker

Use Faker in Craft CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 5.3 compatibility

ockam opened this issue · comments

Thanks for this plugins.

Just notice that on line 13 of FakerVariable.php, the function parameter is initialized with a PHP 5.4 array.

If you change [] to array(), everything else works fine in PHP 5.3

public function fake($extraProviders = array())

Thanks!