Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block / src / Controller / BlockListController.php
index 74ea9c1e57e79434f85ba2c48bf784632486539e..d88d1f458c18bd58942399f528e1bb50278a9514 100644 (file)
@@ -48,7 +48,8 @@ class BlockListController extends EntityListController {
    *   The current request.
    *
    * @return array
-   *   A render array as expected by drupal_render().
+   *   A render array as expected by
+   *   \Drupal\Core\Render\RendererInterface::render().
    */
   public function listing($theme = NULL, Request $request = NULL) {
     $theme = $theme ?: $this->config('system.theme')->get('default');