8000 oops · symfony/symfony@afd830d · GitHub
[go: up one dir, main page]

Skip to content

Commit afd830d

Browse files
committed
oops
1 parent bccbd67 commit afd830d

19 files changed

+19
-19
lines changed

src/Symfony/Component/Templating/DelegatingEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
class DelegatingEngine implements EngineInterface, StreamingEngineInterface
2424
{

src/Symfony/Component/Templating/EngineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @author Fabien Potencier <fabien@symfony.com>
3232
*
33-
* @deprecated since Symfony 6.5, use Twig instead
33+
* @deprecated since Symfony 6.4, use Twig instead
3434
*/
3535
interface EngineInterface
3636
{

src/Symfony/Component/Templating/Helper/Helper.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-
* @deprecated since Symfony 6.5, use Twig instead
24+
* @deprecated since Symfony 6.4, use Twig instead
2525
*/
2626
abstract class Helper implements HelperInterface
2727
{

src/Symfony/Component/Templating/Helper/HelperInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
interface HelperInterface
2424
{

src/Symfony/Component/Templating/Helper/SlotsHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
class SlotsHelper extends Helper
2424
{

src/Symfony/Component/Templating/Loader/CacheLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author Fabien Potencier <fabien@symfony.com>
2828
*
29-
* @deprecated since Symfony 6.5, use Twig instead
29+
* @deprecated since Symfony 6.4, use Twig instead
3030
*/
3131
class CacheLoader extends Loader
3232
{

src/Symfony/Component/Templating/Loader/ChainLoader.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-
* @deprecated since Symfony 6.5, use Twig instead
24+
* @deprecated since Symfony 6.4, use Twig instead
2525
*/
2626
class ChainLoader extends Loader
2727
{

src/Symfony/Component/Templating/Loader/FilesystemLoader.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-
* @deprecated since Symfony 6.5, use Twig instead
25+
* @deprecated since Symfony 6.4, use Twig instead
2626
*/
2727
class FilesystemLoader extends Loader
2828
{

src/Symfony/Component/Templating/Loader/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Fabien Potencier <fabien@symfony.com>
2222
*
23-
* @deprecated since Symfony 6.5, use Twig instead
23+
* @deprecated since Symfony 6.4, use Twig instead
2424
*/
2525
abstract class Loader implements LoaderInterface
2626
{

src/Symfony/Component/Templating/Loader/LoaderInterface.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-
* @deprecated since Symfony 6.5, use Twig instead
24+
* @deprecated since Symfony 6.4, use Twig instead
2525
*/
2626
interface LoaderInterface
2727
{

src/Symfony/Component/Templating/PhpEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author Fabien Potencier <fabien@symfony.com>
2828
*
29-
* @deprecated since Symfony 6.5, use Twig instead
29+
* @deprecated since Symfony 6.4, use Twig instead
3030
*/
3131
class PhpEngine implements EngineInterface, \ArrayAccess
3232
{

src/Symfony/Component/Templating/Storage/FileStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
class FileStorage extends Storage
2424
{

src/Symfony/Component/Templating/Storage/Storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
abstract class Storage
2424
{

src/Symfony/Component/Templating/Storage/StringStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
class StringStorage extends Storage
2424
{

src/Symfony/Component/Templating/StreamingEngineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*
21-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
interface StreamingEngineInterface
2424
{

src/Symfony/Component/Templating/TemplateNameParser.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-
* @deprecated since Symfony 6.5, use Twig instead
24+
* @deprecated since Symfony 6.4, use Twig instead
2525
*/
2626
class TemplateNameParser implements TemplateNameParserInterface
2727
{

src/Symfony/Component/Templating/TemplateNameParserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>
2121
*
22-
* @deprecated since Symfony 6.5, use Twig instead
22+
* @deprecated since Symfony 6.4, use Twig instead
2323
*/
2424
interface TemplateNameParserInterface
2525
{

src/Symfony/Component/Templating/TemplateReference.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-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
class TemplateReference implements TemplateReferenceInterface
2424
{

src/Symfony/Component/Templating/TemplateReferenceInterface.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-
* @deprecated since Symfony 6.5, use Twig instead
21+
* @deprecated since Symfony 6.4, use Twig instead
2222
*/
2323
interface TemplateReferenceInterface
2424
{

0 commit comments

Comments
 (0)
0