Skip to content

Commit 122c267

Browse files
Merge pull request #28 from weierophinney/feature/add-return-type-hints
Add return type hints
2 parents 9fc7aab + f9a9895 commit 122c267

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
@@ -32,5 +32,5 @@ public function get(string $id);
3232
*
3333
* @return bool
3434
*/
35-
public function has(string $id);
35+
public function has(string $id): bool;
3636
}

0 commit comments

Comments
 (0)