Skip to content

Commit 2b7d1ab

Browse files
mbabkerphansys
authored andcommitted
Remove final annotation from repository classes
1 parent a236471 commit 2b7d1ab

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

src/Loggable/Document/Repository/LogEntryRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* to interact with log entries.
2121
*
2222
* @author Gediminas Morkevicius <[email protected]>
23-
*
24-
* @final since gedmo/doctrine-extensions 3.11
2523
*/
2624
class LogEntryRepository extends DocumentRepository
2725
{

src/Loggable/Entity/Repository/LogEntryRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* to interact with log entries.
2222
*
2323
* @author Gediminas Morkevicius <[email protected]>
24-
*
25-
* @final since gedmo/doctrine-extensions 3.11
2624
*/
2725
class LogEntryRepository extends EntityRepository
2826
{

src/Sortable/Entity/Repository/SortableRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* Sortable Repository
1919
*
2020
* @author Lukas Botsch <[email protected]>
21-
*
22-
* @final since gedmo/doctrine-extensions 3.11
2321
*/
2422
class SortableRepository extends EntityRepository
2523
{

src/Translatable/Document/Repository/TranslationRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
* to interact with translations.
2626
*
2727
* @author Gediminas Morkevicius <[email protected]>
28-
*
29-
* @final since gedmo/doctrine-extensions 3.11
3028
*/
3129
class TranslationRepository extends DocumentRepository
3230
{

src/Translatable/Entity/Repository/TranslationRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
* to interact with translations.
2525
*
2626
* @author Gediminas Morkevicius <[email protected]>
27-
*
28-
* @final since gedmo/doctrine-extensions 3.11
2927
*/
3028
class TranslationRepository extends EntityRepository
3129
{

src/Tree/Document/MongoDB/Repository/MaterializedPathRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
*
2323
* @author Gustavo Falco <[email protected]>
2424
* @author Gediminas Morkevicius <[email protected]>
25-
*
26-
* @final since gedmo/doctrine-extensions 3.11
2725
*/
2826
class MaterializedPathRepository extends AbstractTreeRepository
2927
{

src/Tree/Entity/Repository/ClosureTreeRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
*
2424
* @author Gustavo Adrian <[email protected]>
2525
* @author Gediminas Morkevicius <[email protected]>
26-
*
27-
* @final since gedmo/doctrine-extensions 3.11
2826
*/
2927
class ClosureTreeRepository extends AbstractTreeRepository
3028
{

src/Tree/Entity/Repository/MaterializedPathRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
*
2020
* @author Gustavo Falco <[email protected]>
2121
* @author Gediminas Morkevicius <[email protected]>
22-
*
23-
* @final since gedmo/doctrine-extensions 3.11
2422
*/
2523
class MaterializedPathRepository extends AbstractTreeRepository
2624
{

0 commit comments

Comments
 (0)