mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
remove tests and validation that are now covered by typehints
This commit is contained in:
committed by
Jaap van Otterdijk
parent
76b771c23e
commit
193731a153
+1
-3
@@ -102,10 +102,8 @@ final class DocBlock
|
||||
|
||||
/**
|
||||
* Returns the current location.
|
||||
*
|
||||
* @return Location
|
||||
*/
|
||||
public function getLocation(): Location
|
||||
public function getLocation(): ?Location
|
||||
{
|
||||
return $this->location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user