Skip to content

Commit

Permalink
Fix typo in description codesnippet (#19873)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-demb authored Jun 30, 2023
1 parent 8517184 commit b073daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/Configurable.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* like the following:
*
* ```php
* public function __constructor($param1, $param2, ..., $config = [])
* public function __construct($param1, $param2, ..., $config = [])
* ```
*
* That is, the last parameter of the constructor must accept a configuration array.
Expand Down

0 comments on commit b073daa

Please sign in to comment.