Skip to content

Commit f9f6e66

Browse files
wouterjnicolas-grekas
authored andcommitted
Add PHP types to private methods and functions
1 parent ee0639d commit f9f6e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ private function fillNextRows(array $rows, int $line): array
727727
/**
728728
* fill cells for a row that contains colspan > 1.
729729
*/
730-
private function fillCells(iterable $row)
730+
private function fillCells(iterable $row): iterable
731731
{
732732
$newRow = [];
733733

0 commit comments

Comments
 (0)