diff --git a/tests/Dummy6.php b/tests/Dummy6.php index fe1badc..bea819b 100644 --- a/tests/Dummy6.php +++ b/tests/Dummy6.php @@ -26,7 +26,8 @@ abstract public function getFieldArray($RowOffset, $OrderByField, $OrderByDir): /** * @return int|string */ - public function getRowCount() { + public function getRowCount() + { return $this->ResultRowCount; }