We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$title
Section::__construct
1 parent fa1cc5a commit 133b7e6Copy full SHA for 133b7e6
lib/Oow/Settings/Section.php
@@ -24,7 +24,7 @@ class Section
24
* @param string $title
25
* @param string|\Closure $callback
26
*/
27
- public function __construct($id, $title, $callback = '')
+ public function __construct($id, $title = '', $callback = '')
28
{
29
$this->id = $id;
30
$this->title = $title;
0 commit comments