Skip to content

Commit

Permalink
Remove extra newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 20, 2017
1 parent a6d031e commit cc63355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Http/ServerRequest.php
Expand Up @@ -2126,7 +2126,6 @@ public function offsetGet($name)
* @return void
* @deprecated 3.4.0 The ArrayAccess methods will be removed in 4.0.0. Use withParam() or param() instead.
*/

public function offsetSet($name, $value)
{
$this->params[$name] = $value;
Expand Down

0 comments on commit cc63355

Please sign in to comment.