Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / src / BlockAccessControlHandler.php
index 176c32674f0d2fcf000a7415b547c2b201a4a061..35af61ed5429ffcf3c3e5304fdefcc9e6c3fec83 100644 (file)
@@ -61,7 +61,7 @@ class BlockAccessControlHandler extends EntityAccessControlHandler implements En
    * @param \Drupal\Core\Plugin\Context\ContextRepositoryInterface $context_repository
    *   The lazy context repository service.
    */
-  public function __construct(EntityTypeInterface $entity_type, ContextHandlerInterface $context_handler, ContextRepositoryInterface $context_repository ) {
+  public function __construct(EntityTypeInterface $entity_type, ContextHandlerInterface $context_handler, ContextRepositoryInterface $context_repository) {
     parent::__construct($entity_type);
     $this->contextHandler = $context_handler;
     $this->contextRepository = $context_repository;