Closed persianphilosopher closed 6 years ago
Thank you for this PR. This is actually a decision we and most open source libraries are doing now. If there is PHP7 return type hint or other type hints we do not "duplicate" that information in a doc block. It is only okey to have a doc block if brings any additional information.
Makes perfect sense. Thank you for the explanation
Very small changes to the PHPDocs, mostly @return tags were missing.