File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ class Crawler extends \SplObjectStorage
41
41
private $ baseHref ;
42
42
43
43
/**
44
- * Constructor.
45
- *
46
44
* @param mixed $node A Node to use as the base for the crawling
47
45
* @param string $currentUri The current URI
48
46
* @param string $baseHref The base href value
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ abstract class FormField
44
44
protected $ disabled ;
45
45
46
46
/**
47
- * Constructor.
48
- *
49
47
* @param \DOMElement $node The node associated with this field
50
48
*/
51
49
public function __construct (\DOMElement $ node )
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ class Form extends Link implements \ArrayAccess
37
37
private $ baseHref ;
38
38
39
39
/**
40
- * Constructor.
41
- *
42
40
* @param \DOMElement $node A \DOMElement instance
43
41
* @param string $currentUri The URI of the page where the form is embedded
44
42
* @param string $method The method to use for the link (if null, it defaults to the method defined by the form)
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ class Link
34
34
protected $ currentUri ;
35
35
36
36
/**
37
- * Constructor.
38
- *
39
37
* @param \DOMElement $node A \DOMElement instance
40
38
* @param string $currentUri The URI of the page where the link is embedded (or the base href)
41
39
* @param string $method The method to use for the link (get by default)
You can’t perform that action at this time.
0 commit comments