fix coding standard
6 unresolved threads
6 unresolved threads
Merge request reports
Activity
1 1 <?php 2 2 3 /** 4 * @file 5 * Using strict_types can help catch potential type-related bugs. changed this line in version 3 of the diff
14 14 */ 15 15 class MigratePrepareRowEvent extends Event { 16 16 17 /** 18 * Row service. changed this line in version 3 of the diff
14 14 */ 15 15 class MigratePrepareRowEvent extends Event { 16 16 17 /** 18 * Row service. 19 * 20 * @var \Drupal\migrate\Row 21 */ 17 22 protected Row $row; 23 24 /** 25 * Migrate Source Interface. changed this line in version 3 of the diff
11 11 * Returns EntityLookup for a given default value if input is empty. 12 12 * 13 13 * Available configuration keys: 14 * - default_value: The default value that will be used as for the entity lookup. 14 * - default_value: The default value that will be use as for the entity lookup. changed this line in version 3 of the diff
16 16 */ 17 17 abstract class DomProcessBase extends ProcessPluginBase { 18 18 19 /** 20 * DOM Document. changed this line in version 3 of the diff
8 8 use Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher\Http; 9 9 10 10 /** 11 * Class HttpTest. 11 * Provides HttpTest from KernelTestBase. changed this line in version 3 of the diff
Please register or sign in to reply