Skip to content

Commit 5ea4212

Browse files
committed
[CS] Fixed typo in example as mentioned in #1538
1 parent 9ed2ebb commit 5ea4212

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)