diff --git a/app/Contact.php b/app/Contact.php index c765c5ffd..7e0052463 100644 --- a/app/Contact.php +++ b/app/Contact.php @@ -424,6 +424,7 @@ class Contact extends Model /** * Get the street of the contact. + * * @return string or null */ public function getStreet() @@ -437,6 +438,7 @@ class Contact extends Model /** * Get the province of the contact. + * * @return string or null */ public function getProvince() @@ -450,6 +452,7 @@ class Contact extends Model /** * Get the postal code of the contact. + * * @return string or null */ public function getPostalCode() @@ -463,6 +466,7 @@ class Contact extends Model /** * Get the country of the contact. + * * @return string or null */ public function getCountryName() @@ -476,6 +480,7 @@ class Contact extends Model /** * Get the city. + * * @return string */ public function getCity() @@ -489,6 +494,7 @@ class Contact extends Model /** * Get the countryID of the contact. + * * @return string or null */ public function getCountryID() @@ -498,6 +504,7 @@ class Contact extends Model /** * Get the country ISO of the contact. + * * @return string or null */ public function getCountryISO() @@ -875,6 +882,7 @@ class Contact extends Model /** * Returns the URL of the avatar with the given size + * * @param int $size * @return string */ @@ -911,6 +919,7 @@ class Contact extends Model /** * Check if the contact has debt (by the contact or the user for this contact) + * * @return boolean */ public function hasDebt() @@ -939,5 +948,4 @@ class Contact extends Model return implode(',', $tags); } - } diff --git a/app/Http/Controllers/JournalController.php b/app/Http/Controllers/JournalController.php index ddcf97f80..6ae7cd1d0 100644 --- a/app/Http/Controllers/JournalController.php +++ b/app/Http/Controllers/JournalController.php @@ -36,6 +36,7 @@ class JournalController extends Controller /** * Saves the journal entry + * * @param Request $request * @return Response */ diff --git a/app/Kid.php b/app/Kid.php index db332b2e1..dd218f12c 100644 --- a/app/Kid.php +++ b/app/Kid.php @@ -60,7 +60,7 @@ class Kid extends Model /** * Assigns a birthday or birth year to the loved one based on - * the data provided. + * the data provided. * * @param string $approximation ['unknown', 'exact', 'approximate'] * @param \DateTime|string $exactDate diff --git a/app/SignificantOther.php b/app/SignificantOther.php index 7fd840dd7..5cc8af200 100644 --- a/app/SignificantOther.php +++ b/app/SignificantOther.php @@ -79,7 +79,7 @@ class SignificantOther extends Model /** * Assigns a birthday or birth year to the loved one based on - * the data provided. + * the data provided. * * @param string $approximation ['unknown', 'exact', 'approximate'] * @param \DateTime|string $exactDate