@@ -123,7 +123,7 @@ public function transform($value, MigrateExecutableInterface $migrate_executable
// anything else -- the block will simply have no PHP or request_path
// visibility configuration.
elseif($this->skipPHP){
thrownewMigrateSkipRowException(sprintf("The block with bid '%d' from module '%s' will have no PHP or request_path visibility configuration.",$row->getSourceProperty('bid'),$row->getSourceProperty('module'),$destination_property));
thrownewMigrateSkipRowException(sprintf("The block with bid '%d' from module '%s' will have no PHP or request_path visibility configuration.",$row->getSourceProperty('bid'),$row->getSourceProperty('module')));
thrownewInvalidArgumentException(sprintf('If provided "target_uuid" cannot be empty for field "%s".',$data['target_type'],$data['target_uuid'],$field_item->getName()));
thrownewInvalidArgumentException(sprintf('If provided "target_uuid" cannot be empty for field "%s".',$field_item->getName()));