We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956cb54 commit f13e7dfCopy full SHA for f13e7df
templates/blueprints.datasource.tpl
@@ -15,7 +15,7 @@ class datasource<!-- CLASS NAME --> extends RemoteDatasource {
15
16
<!-- PARAMOUTPUT -->
17
18
- public function __construct($env=NULL, $process_params=true)
+ public function __construct($env = null, $process_params = true)
19
{
20
parent::__construct($env, $process_params);
21
$this->_dependencies = array(<!-- DS DEPENDENCY LIST -->);
0 commit comments