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
4141 private $ baseHref ;
4242
4343 /**
44- * Constructor.
45- *
4644 * @param mixed $node A Node to use as the base for the crawling
4745 * @param string $currentUri The current URI
4846 * @param string $baseHref The base href value
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ abstract class FormField
4444 protected $ disabled ;
4545
4646 /**
47- * Constructor.
48- *
4947 * @param \DOMElement $node The node associated with this field
5048 */
5149 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
3737 private $ baseHref ;
3838
3939 /**
40- * Constructor.
41- *
4240 * @param \DOMElement $node A \DOMElement instance
4341 * @param string $currentUri The URI of the page where the form is embedded
4442 * @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
3434 protected $ currentUri ;
3535
3636 /**
37- * Constructor.
38- *
3937 * @param \DOMElement $node A \DOMElement instance
4038 * @param string $currentUri The URI of the page where the link is embedded (or the base href)
4139 * @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