remove tests and validation that are now covered by typehints

This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent 76b771c23e
commit 193731a153
37 changed files with 78 additions and 379 deletions
+1 -3
View File
@@ -102,10 +102,8 @@ final class DocBlock
/**
* Returns the current location.
*
* @return Location
*/
public function getLocation(): Location
public function getLocation(): ?Location
{
return $this->location;
}