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

Commit da2bd8e

Browse files
committed
Fix CollectionInputFilter::setData must return $this
Following interface contract
1 parent d7087e2 commit da2bd8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CollectionInputFilter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ public function getCount()
140140
public function setData($data)
141141
{
142142
$this->data = $data;
143+
144+
return $this;
143145
}
144146

145147
/**

0 commit comments

Comments
 (0)