Skip to content

Commit

Permalink
Fix FQCN in docblocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Feb 10, 2016
1 parent bc507b2 commit 6b3aaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Database/Expression/QueryExpression.php
Expand Up @@ -699,7 +699,7 @@ protected function _parseCondition($field, $value)
/**
* Returns the type name for the passed field if it was stored in the typeMap
*
* @param string|Cake\Database\Expression\QueryExpression $field The field name to get a type for.
* @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
2 changes: 1 addition & 1 deletion src/Routing/Filter/RoutingFilter.php
Expand Up @@ -43,7 +43,7 @@ class RoutingFilter extends DispatcherFilter
* If Routes have not been loaded they will be loaded, and config/routes.php will be run.
*
* @param \Cake\Event\Event $event containing the request, response and additional params
* @return void|Cake\Network\Response A response will be returned when a redirect route is encountered.
* @return \Cake\Network\Response|null A response will be returned when a redirect route is encountered.
*/
public function beforeDispatch(Event $event)
{
Expand Down

0 comments on commit 6b3aaa2

Please sign in to comment.