Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jan 7, 2019
1 parent bca5046 commit 5ad4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Gedmo/PersonalTranslatableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getTranslations()
* @param $field
* @param $locale
*
* @return null|string
* @return string|null
*/
public function getTranslation($field, $locale)
{
Expand Down

0 comments on commit 5ad4696

Please sign in to comment.