Skip to content
Snippets Groups Projects
Commit 8bde75f2 authored by Ivo  Van Geertruyen's avatar Ivo Van Geertruyen Committed by Lucas Hedding
Browse files

Issue #2959589 by mr.baileys, emartoni: Json data parser has unused var

parent 0ac79baa
No related branches found
No related tags found
No related merge requests found
......@@ -15,13 +15,6 @@ use Drupal\migrate_plus\DataParserPluginBase;
*/
class Json extends DataParserPluginBase implements ContainerFactoryPluginInterface {
/**
* The request headers passed to the data fetcher.
*
* @var array
*/
protected $headers = [];
/**
* Iterator over the JSON data.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment