Skip to content

Commit c25894a

Browse files
committed
Improve documentation
1 parent 181ce00 commit c25894a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Property/WalkProperty.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,18 @@
1313
*/
1414
class WalkProperty extends BaseAlgorithm
1515
{
16+
/**
17+
* the Walk to operate on
18+
*
19+
* @var Walk
20+
*/
1621
protected $walk;
1722

23+
/**
24+
* instantiate new WalkProperty algorithm
25+
*
26+
* @param Walk $walk
27+
*/
1828
public function __construct(Walk $walk)
1929
{
2030
$this->walk = $walk;

0 commit comments

Comments
 (0)