Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit245ffd0

Browse files
committed
Update dep messages
1 parent68800cd commit245ffd0

25 files changed

+26
-26
lines changed

‎src/Symfony/Bridge/Twig/TwigEngine.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Fabien Potencier <fabien@symfony.com>
2525
*
26-
* @deprecatedThe TwigEngine class will be removed inSymfony4.0.You should use \Twig_Environment directly instead.
26+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2727
*/
2828
class TwigEngineimplements EngineInterface, StreamingEngineInterface
2929
{

‎src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinder.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Victor Berchet <victor@suumit.com>
2525
*
26-
* @deprecatedThe TemplateFinder class will be removed inSymfony4.0.You should use Twig instead.
26+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2727
*/
2828
class TemplateFinderimplements TemplateFinderInterface
2929
{

‎src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplateFinderInterface.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Victor Berchet <victor@suumit.com>
2020
*
21-
* @deprecatedThe TemplateFinderInterface interface will be removed inSymfony4.0.You should use Twig instead.
21+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2222
*/
2323
interface TemplateFinderInterface
2424
{

‎src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Fabien Potencier <fabien@symfony.com>
2424
*
25-
* @deprecatedThe TemplatePathsCacheWarmer class will be removed inSymfony4.0.You should use Twig instead.
25+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2626
*/
2727
class TemplatePathsCacheWarmerextends CacheWarmer
2828
{

‎src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
useSymfony\Component\Templating\EngineInterfaceasComponentEngineInterface;
1919

2020
/**
21-
* @deprecatedThe TemplatingPass class will be removed inSymfony4.0.You should use Twig instead.
21+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2222
*/
2323
class TemplatingPassimplements CompilerPassInterface
2424
{
@@ -36,7 +36,7 @@ public function process(ContainerBuilder $container)
3636
if ($container->hasDefinition('templating.engine.php')) {
3737
$helpers =array();
3838
foreach ($container->findTaggedServiceIds('templating.helper')as$id =>$attributes) {
39-
@trigger_error('The'.self::class.' class is deprecated since version 3.3 and will be removed in 4.0. Use Twig instead.',E_USER_DEPRECATED);
39+
@trigger_error('The"templating.helper" tag is since version 3.3 and will be removed in 4.0. Use Twig instead.',E_USER_DEPRECATED);
4040

4141
if (isset($attributes[0]['alias'])) {
4242
$helpers[$attributes[0]['alias']] =$id;

‎src/Symfony/Bundle/FrameworkBundle/Templating/DelegatingEngine.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Fabien Potencier <fabien@symfony.com>
2424
*
25-
* @deprecatedThe DelegatingEngine class will be removed inSymfony4.0.You should use Twig instead.
25+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2626
*/
2727
class DelegatingEngineextends BaseDelegatingEngineimplements EngineInterface
2828
{

‎src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Fabien Potencier <fabien@symfony.com>
2323
*
24-
* @deprecatedThe EngineInterface interface will be removed inSymfony4.0.You should use Twig instead.
24+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2525
*/
2626
interface EngineInterfaceextends BaseEngineInterface
2727
{

‎src/Symfony/Bundle/FrameworkBundle/Templating/GlobalVariables.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Fabien Potencier <fabien@symfony.com>
2525
*
26-
* @deprecatedThe GlobalVariables class will be removed inSymfony4.0.You should use Twig instead.
26+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2727
*/
2828
class GlobalVariables
2929
{

‎src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @author Fabien Potencier <fabien@symfony.com>
2424
*
25-
* @deprecatedThe ActionsHelper class will be removed inSymfony4.0.You should use Twig instead.
25+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2626
*/
2727
class ActionsHelperextends Helper
2828
{

‎src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Fabien Potencier <fabien@symfony.com>
2323
*
24-
* @deprecatedThe AssetsHelper class will be removed inSymfony4.0.You should use Twig instead.
24+
* @deprecatedsince version 3.3, to be removed in 4.0.Use Twig instead.
2525
*/
2626
class AssetsHelperextends Helper
2727
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp