revert scalar type hints to retain support for PHP < 7.0

This commit is contained in:
El RIDO
2019-05-10 22:35:18 +02:00
parent 76007b6ee9
commit 9b6b25dac0

View File

@@ -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;