Skip to content

Commit b6456bd

Browse files
committed
Better bind handling
1 parent e9a6a0d commit b6456bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FormBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,13 @@ public function getError($name, $format = null)
319319

320320
/**
321321
* @param mixed $data
322-
* @return $this
322+
* @return string
323323
*/
324324
public function bind($data)
325325
{
326326
$this->boundData = new BoundData($data);
327327

328-
return $this;
328+
return '';
329329
}
330330

331331
/**

0 commit comments

Comments
 (0)