Skip to content

Commit

Permalink
BSD fixes #271: Add a coding standards error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Aug 6, 2024
1 parent af2e4fd commit e0a04a7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ public function __construct(ConfigFactoryInterface $configFactory, EntityTypeMan
$this->entityTypeManager = $entityTypeManager;
}

/**
* {@inheritdoc}
*/
public static function create(ContainerInterface $container) {
return new static(
$container->get('config.factory'),
Expand Down

0 comments on commit e0a04a7

Please sign in to comment.