Removed typehints

This commit is contained in:
Patrik Foldes 2019-10-16 11:22:40 +03:00
parent 14cebd7cb4
commit 064dc4dc4c
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ namespace pcov
* @return array
* @since 7.0
*/
function collect(int $type = all, array $filter = []) {}
function collect($type = all, $filter = []) {}
/*
* Shall clear stored information
@ -50,7 +50,7 @@ namespace pcov
* @return void
* @since 7.0
*/
function clear(bool $files = false) {}
function clear($files = false) {}
/*
* Shall return list of files waiting to be collected