@@ -436,6 +436,7 @@ |
||
436 | 436 | |
437 | 437 | /** |
438 | 438 | * {@inheritdoc} |
439 | + * @param string $entity_type |
|
439 | 440 | */ |
440 | 441 | protected function expandEntityFields($entity_type, \stdClass $entity) { |
441 | 442 | return parent::expandEntityFields($entity_type, $entity); |
@@ -9,7 +9,6 @@ |
||
9 | 9 | |
10 | 10 | use Drupal\Component\Utility\Random; |
11 | 11 | use Drupal\Driver\Exception\BootstrapException; |
12 | - |
|
13 | 12 | use Symfony\Component\Process\Process; |
14 | 13 | |
15 | 14 | /** |