Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix class ref in doc block.
  • Loading branch information
markstory committed Aug 16, 2016
1 parent fa796b9 commit 002bb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Filter/AssetFilter.php
Expand Up @@ -124,7 +124,7 @@ protected function _getAssetFile($url)
* @param \Cake\Network\Response $response The response object to use.
* @param string $assetFile Path to the asset file in the file system
* @param string $ext The extension of the file to determine its mime type
* @return \Caken\Network\Response The updated response.
* @return \Cake\Network\Response The updated response.
*/
protected function _deliverAsset(Request $request, Response $response, $assetFile, $ext)
{
Expand Down

0 comments on commit 002bb9f

Please sign in to comment.