Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Feb 28, 2024
1 parent 3a44948 commit 5a1164a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ class CollectionSubscriber implements EventSubscriberInterface {
/**
* The entity type manager.
*
* @todo Remove this?
*
* @var Drupal\Core\Entity\EntityTypeManager
* @todo Remove this?
*/
protected $entityTypeManager;

Expand Down
3 changes: 1 addition & 2 deletions src/Plugin/QueueItem/NodeItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ class NodeItem implements QuantQueueItemInterface {
/**
* Include entity revisions.
*
* @todo Remove this?
*
* @var bool
* @todo Remove this?
*/
private $revisions;

Expand Down

0 comments on commit 5a1164a

Please sign in to comment.