Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Jun 10, 2021
1 parent 5f27ffc commit 5e75e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core-bundle/src/Routing/ResponseContext/ResponseContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ public function has(string $serviceId): bool
* @psalm-param class-string<T> $serviceId
* @psalm-return T
*
* @return object
* @throws ServiceNotFoundException
*
* @return object
*/
public function get(string $serviceId)
{
Expand Down

0 comments on commit 5e75e38

Please sign in to comment.