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 480d574

Browse filesBrowse files
committed
Merge pull request symfony#1544 from WouterJ/fixed_cs_example
[CS] Fixed typo in example as mentioned in symfony#1538
2 parents db0e37d + 5ea4212 commit 480d574
Copy full SHA for 480d574

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎contributing/code/standards.rst

Copy file name to clipboardExpand all lines: contributing/code/standards.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ example containing most features described below:
4141
*/
4242
public function __construct($dummy)
4343
{
44-
$this->fooBar = $this->transform($dummy);
44+
$this->fooBar = $this->transformText($dummy);
4545
}
4646
4747
/**

0 commit comments

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