X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FAnnotation%2FPlugin%2FDiscovery%2FAnnotationBridgeDecoratorTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FAnnotation%2FPlugin%2FDiscovery%2FAnnotationBridgeDecoratorTest.php;h=12732e110ace4d4b778f6ea6b80c465c279ce4d8;hp=62d3c84005c775386867089e7e85a4616ed48444;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php b/web/core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php index 62d3c8400..12732e110 100644 --- a/web/core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php +++ b/web/core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php @@ -35,6 +35,9 @@ class AnnotationBridgeDecoratorTest extends TestCase { } +/** + * {@inheritdoc} + */ class TestAnnotation extends Plugin { /** @@ -45,12 +48,17 @@ class TestAnnotation extends Plugin { } } + +/** + * {@inheritdoc} + */ class ObjectDefinition extends PluginDefinition { /** * ObjectDefinition constructor. * * @param array $definition + * An array of definition values. */ public function __construct(array $definition) { foreach ($definition as $property => $value) {