Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Oct 31, 2015
1 parent 5a60bfc commit 0b8118d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/ShimModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion View/Helper/HtmlShimHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b8118d

Please sign in to comment.