Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StorageSelection must contain a callable or an extended callable (with arguments) as impl #7

Open
Avtonom opened this issue Jul 14, 2017 · 0 comments

Comments

@Avtonom
Copy link

Avtonom commented Jul 14, 2017

/vendor/mathielen/import-engine/src/Mathielen/ImportEngine/Storage/Provider/ServiceStorageProvider.php:41
is_callable($callable) return false

because:

var_dump(array_keys($callable));
array(3) { [0]=> int(0) [1]=> int(1) [2]=> int(2) }

It is necessary

unset($callable[2]);

Avtonom pushed a commit to Avtonom/import-engine that referenced this issue Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant