Skip to content

Commit 7fa0a55

Browse files
committed
Small code doc tweaks
1 parent cb83484 commit 7fa0a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Location.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Location
1515
/*
1616
* Holds the current driver object
1717
*
18-
* @var \Stevebauman\Location\Drivers\DriverInterface
18+
* @var DriverInterface
1919
*/
2020
protected $driver;
2121

@@ -408,7 +408,7 @@ private function getDropdownName()
408408
*
409409
* @param string $name
410410
*
411-
* @return \Stevebauman\Location\Drivers\DriverInterface
411+
* @return DriverInterface
412412
*
413413
* @throws DriverDoesNotExistException
414414
*/

0 commit comments

Comments
 (0)