Skip to content

Commit b32b467

Browse files
committed
Interface parameter
1 parent a1eef97 commit b32b467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPixie/HTTP/Context/Container/Settable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
interface Settable
66
{
7-
public function setHttpContext();
8-
}
7+
public function setHttpContext($httpContext);
8+
}

0 commit comments

Comments
 (0)