Skip to content

Commit

Permalink
Fix phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 13, 2017
1 parent c0d6659 commit 40e5b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Cookie/CookieCollection.php
Expand Up @@ -87,6 +87,7 @@ public function get($name)
if (isset($this->cookies[$key])) {
return $this->cookies[$key];
}

return null;
}

Expand Down

0 comments on commit 40e5b90

Please sign in to comment.