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

Appearance settings

Commit beea61e

Browse filesBrowse files
committed
[TwigBridge] fix default argument value
When deprecating boolean argument values, the default value must not be `false`.
1 parent 1fc6a54 commit beea61e
Copy full SHA for beea61e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Bridge/Twig/Extension/YamlExtension.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/YamlExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function getFilters()
3131
);
3232
}
3333

34-
public function encode($input, $inline = 0, $dumpObjects = false)
34+
public function encode($input, $inline = 0, $dumpObjects = 0)
3535
{
3636
static $dumper;
3737

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.