revert scalar type hints to retain support for PHP < 7.0
This commit is contained in:
@@ -147,7 +147,7 @@ abstract class AbstractData
|
||||
* @access public
|
||||
* @param int $batchsize
|
||||
*/
|
||||
public function purge(int $batchsize)
|
||||
public function purge($batchsize)
|
||||
{
|
||||
if ($batchsize < 1) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user