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

Commit108c89d

Browse files
committed
[TwigBridge] Removed unused class property
1 parent77f820e commit108c89d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

‎src/Symfony/Bridge/Twig/CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CHANGELOG
4141
$twig->addExtension(new FormExtension());
4242
```
4343
* Deprecated the`TwigRendererEngineInterface` interface.
44-
* addedWorkflownExtension (provides`workflow_can` and`workflow_transitions`)
44+
* addedWorkflowExtension (provides`workflow_can` and`workflow_transitions`)
4545

4646
2.7.0
4747
-----

‎src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
class CodeExtensionTestextends \PHPUnit_Framework_TestCase
1818
{
19-
protected$helper;
20-
2119
publicfunctiontestFormatFile()
2220
{
2321
$expected =sprintf('<a href="proto://foobar%s#&amp;line=25" title="Click to open this file" class="file_link">%s at line 25</a>',substr(__FILE__,5),__FILE__);

‎src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
class ExpressionExtensionTestextends \PHPUnit_Framework_TestCase
1717
{
18-
protected$helper;
19-
2018
publicfunctiontestExpressionCreation()
2119
{
2220
$template ="{{ expression('1 == 1') }}";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp