Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
47 | public function request($method, $url, array $parameters = array(), array $files = array(), array $server = array(), $content = null, $changeHistory = true) |
||
48 | { |
||
49 | $this->method = $method; |
||
50 | $this->url = $url; |
||
51 | |||
52 | return parent::request($this->method, $this->url, $parameters, $files, $server, $content, $changeHistory); |
||
53 | } |
||
54 | |||
72 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.