revert scalar type hints to retain support for PHP < 7.0

pull/431/head
El RIDO 2019-05-10 22:35:18 +02:00
parent 76007b6ee9
commit 9b6b25dac0
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 1 additions and 1 deletions

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;