Skip to content

Commit f13e7df

Browse files
author
Alexandra Nantel
committed
SQL and PHP cases
PHP true,false,null in lowercase SQL keywords uppercase
1 parent 956cb54 commit f13e7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blueprints.datasource.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class datasource<!-- CLASS NAME --> extends RemoteDatasource {
1515
1616
<!-- PARAMOUTPUT -->
1717
18-
public function __construct($env=NULL, $process_params=true)
18+
public function __construct($env = null, $process_params = true)
1919
{
2020
parent::__construct($env, $process_params);
2121
$this->_dependencies = array(<!-- DS DEPENDENCY LIST -->);

0 commit comments

Comments
 (0)