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

Fix docblocks declared as regular comment block #36

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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