Skip to content

Commit 59742e3

Browse files
authored
Added typehint back in
I didn't realise this branch was PHP 7.1+, so scalar typehints are supported.
1 parent 6486fe6 commit 59742e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CollectionDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ protected function resolveCallbackParameter()
326326
* @param int $offset
327327
* @return $this
328328
*/
329-
public function setOffset($offset)
329+
public function setOffset(int $offset)
330330
{
331331
$this->offset = $offset;
332332

0 commit comments

Comments
 (0)