-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd1005e
commit b412467
Showing
4 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
namespace Sonata\TranslationBundle\Traits\Gedmo; | ||
|
||
@trigger_error( | ||
'The '.__NAMESPACE__.'\PersonalTranslatable class is deprecated since version 2.x and will be removed in 3.0.'. | ||
'The '.__NAMESPACE__.'\PersonalTranslatable class is deprecated since version 2.1 and will be removed in 3.0.'. | ||
'Use the '.__NAMESPACE__.'\PersonalTranslatableTrait class instead.', | ||
E_USER_DEPRECATED | ||
); | ||
|
@@ -24,7 +24,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x and will be removed in 3.0 | ||
* @deprecated since version 2.1 and will be removed in 3.0 | ||
*/ | ||
trait PersonalTranslatable | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
namespace Sonata\TranslationBundle\Traits; | ||
|
||
@trigger_error( | ||
'The '.__NAMESPACE__.'\Translatable class is deprecated since version 2.x and will be removed in 3.0.'. | ||
'The '.__NAMESPACE__.'\Translatable class is deprecated since version 2.1 and will be removed in 3.0.'. | ||
'Use the '.__NAMESPACE__.'\TranslatableTrait class instead.', | ||
E_USER_DEPRECATED | ||
); | ||
|
@@ -24,7 +24,7 @@ | |
* | ||
* @author Nicolas Bastien <[email protected]> | ||
* | ||
* @deprecated since version 2.x and will be removed in 3.0 | ||
* @deprecated since version 2.1 and will be removed in 3.0 | ||
*/ | ||
trait Translatable | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters