Skip to content

Commit 5511278

Browse files
committed
Simplify the type-hint.
1 parent a428838 commit 5511278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Unit/TrackingGetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class TrackingGetTest extends UnitTestCase {
1818
/**
1919
* Mock migration executable.
2020
*
21-
* @var \Drupal\migrate\MigrateExecutableInterface|(\Drupal\migrate\MigrateExecutableInterface&\object&\PHPUnit\Framework\MockObject\Stub)|(\Drupal\migrate\MigrateExecutableInterface&\PHPUnit\Framework\MockObject\Stub)|(\object&\PHPUnit\Framework\MockObject\Stub)|\PHPUnit\Framework\MockObject\Stub
21+
* @var \Drupal\migrate\MigrateExecutableInterface
2222
*/
2323
protected MigrateExecutableInterface $mockExecutable;
2424

0 commit comments

Comments
 (0)