From 1c940d72400f11331d30663610bb04201d830ae3 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 22 Sep 2016 17:40:39 +0100
Subject: [PATCH] Issue #2800703 by Shashwat Purav: syntax error in deprecation
 notice's sample code

---
 core/includes/entity.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/includes/entity.inc b/core/includes/entity.inc
index 03d40a9117a4..b0e5088f98b4 100644
--- a/core/includes/entity.inc
+++ b/core/includes/entity.inc
@@ -464,7 +464,7 @@ function entity_view_multiple(array $entities, $view_mode, $langcode = NULL, $re
  *     'bundle' => $bundle,
  *     'mode' => $view_mode,
  *     'status' => TRUE,
- *   ));
+ *   );
  *   \Drupal::entityTypeManager()
  *     ->getStorage('entity_view_display')
  *     ->create($values);
-- 
GitLab