Skip to content

Commit e08b685

Browse files
author
Grégoire Paris
committed
Remove trailing whitespace
1 parent 9ba1b6b commit e08b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContainerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function get($id);
2525
/**
2626
* Returns true if the container can return an entry for the given identifier.
2727
* Returns false otherwise.
28-
*
28+
*
2929
* `has($id)` returning true does not mean that `get($id)` will not throw an exception.
3030
* It does however mean that `get($id)` will not throw a `NotFoundExceptionInterface`.
3131
*

0 commit comments

Comments
 (0)