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 8, 2024
1 parent e6c52a4 commit 7ed0d53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Doctrine/PersistentTranslatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,16 @@ final class PersistentTranslatable implements TranslatableInterface

/**
* The "primary" (untranslated) value for the property covered by this Translatable.
*
* @var mixed
*/
private mixed $primaryValue;

/**
* Whether original entity data was loaded by the ORM
* Whether original entity data was loaded by the ORM.
*/
private bool $hasOriginalEntityData;

/**
* The original field value loaded by the ORM
* The original field value loaded by the ORM.
*/
private mixed $originalEntityData;

Expand Down

0 comments on commit 7ed0d53

Please sign in to comment.