Skip to content

Commit

Permalink
Remove default values;
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsparrow committed Sep 28, 2020
1 parent 2ca87c7 commit 81e0477
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
class MiniRuleGetFromRecOptions extends Base
{
/**
* @var null|Language
* @var Language
*/
public $language = null;
public $language;
/**
* @var MiniRule\Pricing
*/
public $pricing = null;
public $pricing;

/**
* @var MiniRule\FilteringOption[]
*/
public $filteringOptions = [];
public $filteringOptions;
}

0 comments on commit 81e0477

Please sign in to comment.