Skip to content

Commit

Permalink
fix: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian ALEXANDRE committed Oct 27, 2020
1 parent f8d34bf commit 934bb27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/bundle/Entity/RssFeedItems.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,17 +353,11 @@ public function setMedia($media = null)
return $this;
}

/**
* @return bool
*/
public function getOnlyVisible(): bool
{
return $this->onlyVisible;
}

/**
* @param bool $onlyVisible
*/
public function setOnlyVisible(bool $onlyVisible): void
{
$this->onlyVisible = $onlyVisible;
Expand Down

0 comments on commit 934bb27

Please sign in to comment.