Commit 2adc7577 authored by Guillermo Simeon's avatar Guillermo Simeon Committed by Attila Santo-Rieder
Browse files

Issue #3266339: Fix wrong and missing docblock in CartBlock

parent 60c953e7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -52,7 +52,9 @@ class CartBlock extends BlockBase implements ContainerFactoryPluginInterface {
   * @param mixed $plugin_definition
   *   The plugin implementation definition.
   * @param \Drupal\Core\Routing\RouteMatchInterface $route_match
   *   The request stack.
   *   The route match.
   * @param \Drupal\Core\Render\RendererInterface $renderer
   *   The renderer.
   */
  public function __construct(array $configuration, $plugin_id, $plugin_definition, RouteMatchInterface $route_match, RendererInterface $renderer) {
    parent::__construct($configuration, $plugin_id, $plugin_definition);