diff --git a/src/Readers/Swar4.php b/src/Readers/Swar4.php index 899abc7..d61e9a8 100644 --- a/src/Readers/Swar4.php +++ b/src/Readers/Swar4.php @@ -613,7 +613,7 @@ class Swar4 implements ReaderInterface * @param string $string * @return DateTime */ - public function convertStringToDate(string $string): \DateTime + public function convertStringToDate(string $string): DateTime { if (strlen($string) == 10) { return DateTime::createFromFormat('d/m/Y', $string);