Skip to content

Commit

Permalink
Fix PHPCS error related to doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 16, 2016
1 parent 63e9f03 commit 48c171e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Expression/QueryExpression.php
Expand Up @@ -699,8 +699,8 @@ protected function _parseCondition($field, $value)
/**
* Returns the type name for the passed field if it was stored in the typeMap
*
* @param mixed $field
* @return string|null
* @param string|Cake\Database\Expression\QueryExpression $field The field name to get a type for.
* @return string|null The computed type or null, if the type is unknown.
*/
protected function _calculateType($field)
{
Expand Down

0 comments on commit 48c171e

Please sign in to comment.