diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2018-09-24 14:21:17 +0200 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2018-09-24 13:21:17 +0100 |
| commit | 0ea23b7829d8bd38dc862b61285e14b0e1858a16 (patch) | |
| tree | 020a3662510e0a877c0ddf73d42f58f4ab58a7c1 /app/Statement.php | |
| parent | 5ac00337f57c6f7c400b3eff271c8cbd6be018b3 (diff) | |
| download | webtrees-0ea23b7829d8bd38dc862b61285e14b0e1858a16.tar.gz webtrees-0ea23b7829d8bd38dc862b61285e14b0e1858a16.tar.bz2 webtrees-0ea23b7829d8bd38dc862b61285e14b0e1858a16.zip | |
Scrutinizer Auto-Fixes (#1929)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'app/Statement.php')
| -rw-r--r-- | app/Statement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statement.php b/app/Statement.php index fe44d5eedf..3424774464 100644 --- a/app/Statement.php +++ b/app/Statement.php @@ -71,7 +71,7 @@ class Statement $this->pdo_statement->bindValue($key, $bind_variable, PDO::PARAM_NULL); break; case 'boolean': - $this->pdo_statement->bindValue($key, (int)$bind_variable, PDO::PARAM_INT); + $this->pdo_statement->bindValue($key, (int) $bind_variable, PDO::PARAM_INT); break; case 'integer': $this->pdo_statement->bindValue($key, $bind_variable, PDO::PARAM_INT); |
