Skip to content

Commit

Permalink
Fix CS with PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored and github-actions[bot] committed Jan 4, 2024
1 parent b0c48e5 commit 0587722
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/Doctrine/PersistentTranslatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ public function __construct(
$this->logger = (null == $logger) ? new NullLogger() : $logger;
}

/**
* @param mixed $value
*/
public function setPrimaryValue($value)
{
$this->primaryValue = $value;
Expand Down
1 change: 0 additions & 1 deletion src/TranslatableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function translate(string $locale = null);
/**
* Overwrites the translation for the given locale.
*
* @param mixed $value
* @param string|null $locale The target locale or null for the current locale.
*/
public function setTranslation($value, string $locale = null);
Expand Down

0 comments on commit 0587722

Please sign in to comment.