diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-30 19:13:51 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-30 23:29:57 +0100 |
| commit | cbc1590a8c715aa2d88bd745610b899587bd9563 (patch) | |
| tree | 8411c52737b981c7eff37ffcdd083902cb769141 /app/Controller/AjaxController.php | |
| parent | ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (diff) | |
| download | webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.gz webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.tar.bz2 webtrees-cbc1590a8c715aa2d88bd745610b899587bd9563.zip | |
Code style
Diffstat (limited to 'app/Controller/AjaxController.php')
| -rw-r--r-- | app/Controller/AjaxController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Controller/AjaxController.php b/app/Controller/AjaxController.php index b8f436bdf8..2f9475d15b 100644 --- a/app/Controller/AjaxController.php +++ b/app/Controller/AjaxController.php @@ -20,7 +20,6 @@ namespace Fisharebest\Webtrees; * Class AjaxController - Base controller for all popup pages */ class AjaxController extends BaseController { - /** * @return $this */ @@ -34,7 +33,6 @@ class AjaxController extends BaseController { } /** - * @return void */ public function pageFooter() { // Ajax responses may have Javascript @@ -44,7 +42,7 @@ class AjaxController extends BaseController { /** * Restrict access. * - * @param boolean $condition + * @param bool $condition * * @return $this */ |
