summaryrefslogtreecommitdiff
path: root/app/Statement.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-20 18:18:23 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-20 18:19:28 +0000
commit1ae87ce5be1296e2ab2dc39e72b3a74c857cae17 (patch)
treeef7481626b82e9a33e5b7ca5b3578793fb7eb7ba /app/Statement.php
parent40014220af1729296e9f0e57d0d835243cf37102 (diff)
downloadwebtrees-1ae87ce5be1296e2ab2dc39e72b3a74c857cae17.tar.gz
webtrees-1ae87ce5be1296e2ab2dc39e72b3a74c857cae17.tar.bz2
webtrees-1ae87ce5be1296e2ab2dc39e72b3a74c857cae17.zip
Tidy up
Diffstat (limited to 'app/Statement.php')
-rw-r--r--app/Statement.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statement.php b/app/Statement.php
index e6f59e02b5..536526e901 100644
--- a/app/Statement.php
+++ b/app/Statement.php
@@ -30,7 +30,7 @@ class Statement {
/** @var PDOStatement */
private $pdo_statement;
- /** @var bool Keep track of calls to execute(), so we can do it automatically */
+ /** @var boolean Keep track of calls to execute(), so we can do it automatically */
private $executed = false;
/**