We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8517184 commit b073daaCopy full SHA for b073daa
framework/base/Configurable.php
@@ -15,7 +15,7 @@
15
* like the following:
16
*
17
* ```php
18
- * public function __constructor($param1, $param2, ..., $config = [])
+ * public function __construct($param1, $param2, ..., $config = [])
19
* ```
20
21
* That is, the last parameter of the constructor must accept a configuration array.
0 commit comments