Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Aug 16, 2015
1 parent 9fc45cf commit ea0523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strategy/PublicCacheStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function getCacheObjectForCacheControl(ResponseInterface $response, Ke
return null;
}

return parent::getCacheObjectForCacheControl($response, $cacheControl);
return parent::getCacheObjectForCacheControl($response, $cacheControl);
}

}

0 comments on commit ea0523a

Please sign in to comment.