Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Oct 17, 2015
1 parent abf1c69 commit 44b86bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Network/ResponseTest.php
Expand Up @@ -1175,7 +1175,8 @@ public function testFileWithForwardSlashPathTraversal()
* @expectedExceptionMessage The requested file contains `..` and will not be read.
* @return void
*/
public function testFileWithBackwardSlashPathTraversal() {
public function testFileWithBackwardSlashPathTraversal()
{
$response = new Response();
$response->file('my\..\cat.gif');
}
Expand Down

0 comments on commit 44b86bc

Please sign in to comment.