Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Sep 1, 2015
2 parents eccaff9 + 3368145 commit 6cd2550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CollectionInputFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@

class CollectionInputFilter extends InputFilter
{
/*
/**
* @var bool
*/
protected $isRequired = false;

/*
/**
* @var int
*/
protected $count = null;

/*
/**
* @var array
*/
protected $collectionValues = [];

/*
/**
* @var array
*/
protected $collectionRawValues = [];

/*
/**
* @var array
*/
protected $collectionMessages = [];
Expand Down

0 comments on commit 6cd2550

Please sign in to comment.