diff options
Diffstat (limited to 'engine/classes/Locatable.php')
| -rw-r--r-- | engine/classes/Locatable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/Locatable.php b/engine/classes/Locatable.php index 980256cbb..7287d9798 100644 --- a/engine/classes/Locatable.php +++ b/engine/classes/Locatable.php @@ -13,7 +13,7 @@ interface Locatable { * @param string $location Textual representation of location * * @return bool - **/ + */ public function setLocation($location); /** @@ -46,4 +46,4 @@ interface Locatable { * @return string */ public function getLocation(); -}
\ No newline at end of file +} |
