mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Merge pull request #221 from KennedyTedesco/minor-master
Make $collection private
This commit is contained in:
commit
c6fdc8aadf
@ -9,7 +9,10 @@ namespace Deployer\Collection;
|
||||
|
||||
class Collection implements CollectionInterface
|
||||
{
|
||||
public $collection = [];
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $collection = [];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Loading…
x
Reference in New Issue
Block a user