Skip to content

Commit

Permalink
Merge pull request #362 from tienvx/handle-no-predefined-cases
Browse files Browse the repository at this point in the history
Handle no predefined cases
  • Loading branch information
tienvx committed Aug 20, 2019
2 parents 3e40905 + 31fa108 commit c4a3ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PredefinedCase/PredefinedCaseManager.php
Expand Up @@ -10,7 +10,7 @@ class PredefinedCaseManager
/**
* @var PredefinedCase[]
*/
private $predefinedCases;
private $predefinedCases = [];

public function add(PredefinedCase $predefinedCase)
{
Expand Down

0 comments on commit c4a3ddf

Please sign in to comment.