Skip to content

Commit 480d574

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines 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)