Skip to content

Commit 5f96b1d

Browse files
authored
Merge pull request #5 from voku/analysis-QMpwV3
Apply fixes from StyleCI
2 parents 73ae617 + 1423046 commit 5f96b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Dummy6.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ abstract public function getFieldArray($RowOffset, $OrderByField, $OrderByDir):
2626
/**
2727
* @return int|string
2828
*/
29-
public function getRowCount() {
29+
public function getRowCount()
30+
{
3031
return $this->ResultRowCount;
3132
}
3233

0 commit comments

Comments
 (0)