Skip to content

Commit b17dbb7

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent 217ad29 commit b17dbb7

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Crawler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Field/FormField.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

Form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

Link.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)