@@ -242,7 +242,7 @@ |
||
| 242 | 242 | * @param PDOStatement $statement |
| 243 | 243 | * @param array $queryBind |
| 244 | 244 | */ |
| 245 | - private function bindValuesToStatement(PDOStatement &$statement, array $queryBind) |
|
| 245 | + private function bindValuesToStatement(PDOStatement&$statement, array $queryBind) |
|
| 246 | 246 | { |
| 247 | 247 | foreach ($queryBind as $index => $data) { |
| 248 | 248 | $paramType = PDO::PARAM_STR; |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | ); |
| 53 | 53 | |
| 54 | 54 | // For simplicity in rendering (twig macro), we store it in an array. |
| 55 | - $this->nodes[0] =& $this->form; |
|
| 55 | + $this->nodes[0] = & $this->form; |
|
| 56 | 56 | // Set a default salt for the form name. If the AutoComplete attribute is 'off', it will be added to the form's |
| 57 | 57 | // name attribute. The default salt will change every hour. |
| 58 | 58 | $this->salt = md5(gmdate('YmdH')); |