Skip to content

Commit b073daa

Browse files
authored
Fix typo in description codesnippet (#19873)
1 parent 8517184 commit b073daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/base/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* like the following:
1616
*
1717
* ```php
18-
* public function __constructor($param1, $param2, ..., $config = [])
18+
* public function __construct($param1, $param2, ..., $config = [])
1919
* ```
2020
*
2121
* That is, the last parameter of the constructor must accept a configuration array.

0 commit comments

Comments
 (0)