diff --git a/lib/Drupal/views/ViewStorageController.php b/lib/Drupal/views/ViewStorageController.php
index 702de479fe71b18e0d77467e17927dddc040a837..1bfcf242015261245ab772a1680a9114c1ebba8b 100644
--- a/lib/Drupal/views/ViewStorageController.php
+++ b/lib/Drupal/views/ViewStorageController.php
@@ -104,7 +104,9 @@ public function create(array $values) {
   }
 
   /**
-   * @todo
+   * Attaches an array of ViewsDisplay objects to the view display property.
+   *
+   * @param Drupal\entity\StorableInterface $entity
    */
   protected function attachDisplays(&$entity) {
     if (isset($entity->display) && is_array($entity->display)) {