Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Annotation / Plugin / Discovery / AnnotationBridgeDecoratorTest.php
index 62d3c84005c775386867089e7e85a4616ed48444..12732e110ace4d4b778f6ea6b80c465c279ce4d8 100644 (file)
@@ -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) {