Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Feb 2, 2023
1 parent ffba2fc commit 0690087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/App/Entity/GedmoCategory.php
Expand Up @@ -33,6 +33,7 @@ class GedmoCategory implements Translatable

/**
* @Gedmo\Translatable(fallback=true)
*
* @ORM\Column(type="string")
*/
private string $name;
Expand Down
2 changes: 2 additions & 0 deletions tests/Fixtures/Traits/ORM/ArticlePersonalTranslatable.php
Expand Up @@ -20,6 +20,7 @@

/**
* @Gedmo\TranslationEntity(class="Sonata\TranslationBundle\Tests\Fixtures\Traits\ORM\ArticlePersonalTranslation")
*
* @ORM\Table(name="article")
* @ORM\Entity
*/
Expand Down Expand Up @@ -50,6 +51,7 @@ class ArticlePersonalTranslatable

/**
* @Gedmo\Translatable
*
* @ORM\Column(length=128)
*/
private ?string $title = null;
Expand Down

0 comments on commit 0690087

Please sign in to comment.