Skip to content

Commit

Permalink
1062: Removed empty void return docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed May 3, 2024
1 parent 0a647d1 commit 7c9b5e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class Os2FormsEncryptCommands extends DrushCommands {
* An instance of the entity type manager.
* @param \Drupal\Core\Config\ConfigFactoryInterface $configFactory
* An instance of the config factory.
*
* @return void
*/
public function __construct(EntityTypeManagerInterface $entityTypeManager, ConfigFactoryInterface $configFactory) {
$this->entityTypeManager = $entityTypeManager;
Expand Down

0 comments on commit 7c9b5e4

Please sign in to comment.