Remove string typehint

This commit is contained in:
Oliver Davies 2018-08-21 10:21:52 +01:00
parent 1c97d0198c
commit abe0521be7

View file

@ -36,7 +36,7 @@ class Partials
*
* @return string The full path.
*/
protected function getFilePattern(string $directoryName)
protected function getFilePattern($directoryName)
{
return getcwd() . DIRECTORY_SEPARATOR . $directoryName . DIRECTORY_SEPARATOR . '*.php';
}