@@ -413,6 +413,9 @@ |
||
413 | 413 | } |
414 | 414 | } |
415 | 415 | |
416 | + /** |
|
417 | + * @param string $msg |
|
418 | + */ |
|
416 | 419 | private function validateUrl($url, $msg) |
417 | 420 | { |
418 | 421 | $prefixed = $this->prefixSchema($url); |
@@ -36,8 +36,8 @@ |
||
36 | 36 | private $responseMatcher; |
37 | 37 | |
38 | 38 | /** |
39 | - * @param RequestMatcherInterface $requestMatcher|null Request matcher |
|
40 | - * @param ResponseMatcherInterface $responseMatcher|null Response matcher |
|
39 | + * @param RequestMatcherInterface $requestMatcher Request matcher |
|
40 | + * @param ResponseMatcherInterface $responseMatcher Response matcher |
|
41 | 41 | */ |
42 | 42 | public function __construct( |
43 | 43 | RequestMatcherInterface $requestMatcher = null, |