Changed a lot of parameters.

This commit is contained in:
James Cole
2016-02-05 09:25:15 +01:00
parent 554640c345
commit 78bcd3e1bb
64 changed files with 539 additions and 572 deletions

View File

@@ -40,7 +40,7 @@ class RabobankDescription extends Specifix implements SpecifixInterface
/**
* @param array $data
*/
public function setData($data)
public function setData(array $data)
{
$this->data = $data;
}
@@ -48,7 +48,7 @@ class RabobankDescription extends Specifix implements SpecifixInterface
/**
* @param array $row
*/
public function setRow($row)
public function setRow(array $row)
{
$this->row = $row;
}