Skip to content

Commit

Permalink
Dev: Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 3, 2022
1 parent c23fbfd commit 77d7d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/models/services/QuestionAttributeFetcher.php
Expand Up @@ -5,7 +5,6 @@
/**
* Fetches question attribute definitions from the available providers
*/

class QuestionAttributeFetcher
{
/** @var \Question the question where the attributes should apply */
Expand Down Expand Up @@ -159,5 +158,4 @@ public function setAdvancedOnly($advancedOnly)
{
$this->setOption('advancedOnly', $advancedOnly);
}

}

0 comments on commit 77d7d22

Please sign in to comment.