Skip to content

Commit

Permalink
Merge pull request #199 from spira/analysis-Xl9Qwq
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
zakhenry committed Aug 27, 2015
2 parents 0b0d85f + 542e51a commit 0df802e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions api/app/Http/Middleware/TransformInputDataMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class TransformInputDataMiddleware
*/
public function handle($request, Closure $next)
{

$this->transformRequestInput($request, $request->all());
$this->transformRequestInput($request, $request->json());

Expand Down Expand Up @@ -74,5 +73,4 @@ protected function transformRequestInput(Request $request, $input)
}
}
}

}
3 changes: 0 additions & 3 deletions api/tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ protected function transformHeadersToServerVars(array $headers)
$name = 'HTTP_' . $name;
$server[$name] = $value; //add the HTTP_* key
}

}

return $server;
Expand Down Expand Up @@ -189,6 +188,4 @@ public function deleteJson($uri, array $data = [], array $headers = [])
{
return $this->requestJson('DELETE', $uri, $data, $headers);
}


}

0 comments on commit 0df802e

Please sign in to comment.