diff --git a/Model/ShimModel.php b/Model/ShimModel.php index b6a14b2..ac93988 100644 --- a/Model/ShimModel.php +++ b/Model/ShimModel.php @@ -161,7 +161,7 @@ protected function _findPath($state, $query, $results = array()) { * @param mixed $name * @param mixed $conditions * @param mixed $order - * @return void + * @return mixed Field value or false if not found. */ public function field($name, $conditions = null, $order = null) { if ($conditions === null && $this->id !== false) { diff --git a/View/Helper/HtmlShimHelper.php b/View/Helper/HtmlShimHelper.php index 164abd8..d57e15e 100644 --- a/View/Helper/HtmlShimHelper.php +++ b/View/Helper/HtmlShimHelper.php @@ -6,7 +6,7 @@ * * Some fixes: * - Reports if $confirmMessage argument is still used (CakePHP2.6+). - * - Notifies if + * - Notifies if css() is used outdated. * * @author Mark Scherer * @license MIT