From fad7c83e1159b73723fbc0b53bb11d3b157c3920 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Wed, 20 May 2015 19:06:38 +0200 Subject: [PATCH] Add doc blocks. --- src/Console/Shell.php | 6 ++++++ src/Controller/Component.php | 6 ++++++ src/View/Helper.php | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/src/Console/Shell.php b/src/Console/Shell.php index cc969a1b517..bb696cbed3c 100644 --- a/src/Console/Shell.php +++ b/src/Console/Shell.php @@ -667,6 +667,12 @@ protected function _stop($status = 0) exit($status); } + /** + * Returns an array that can be used to describe the internal state of this + * object. + * + * @return array + */ public function __debugInfo() { return [ diff --git a/src/Controller/Component.php b/src/Controller/Component.php index f0892ad493b..54d7ac2517d 100644 --- a/src/Controller/Component.php +++ b/src/Controller/Component.php @@ -181,6 +181,12 @@ public function implementedEvents() return $events; } + /** + * Returns an array that can be used to describe the internal state of this + * object. + * + * @return array + */ public function __debugInfo() { return [ diff --git a/src/View/Helper.php b/src/View/Helper.php index a13c90cc68e..7626e0d0a5b 100644 --- a/src/View/Helper.php +++ b/src/View/Helper.php @@ -220,6 +220,12 @@ public function implementedEvents() return $events; } + /** + * Returns an array that can be used to describe the internal state of this + * object. + * + * @return array + */ public function __debugInfo() { return [