diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-08-29 21:57:09 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-08-30 09:17:12 +0100 |
| commit | c7ff415313b94d2d6d06ec673249f39fae9865e9 (patch) | |
| tree | 2ba57076febc739d8e7120fd417e1e0a7cff6f32 /app/Statement.php | |
| parent | cecc1f0c9f0d785863fa575d441779118e39f498 (diff) | |
| download | webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.tar.gz webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.tar.bz2 webtrees-c7ff415313b94d2d6d06ec673249f39fae9865e9.zip | |
PHPdoc
Diffstat (limited to 'app/Statement.php')
| -rw-r--r-- | app/Statement.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Statement.php b/app/Statement.php index 1ded878454..fe44d5eedf 100644 --- a/app/Statement.php +++ b/app/Statement.php @@ -93,6 +93,8 @@ class Statement /** * Close the cursor, and mark it as not-executed, so we can execute * it again (perhaps with different parameters). + * + * @return void */ public function closeCursor() { |
