Skip to content

Commit 1b86650

Browse files
committed
Update Properties.php
1 parent e051400 commit 1b86650

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Implementations/Properties.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ trait Properties
1111
*/
1212
private array $properties = [];
1313

14+
/**
15+
* @return static $properties [description]
16+
*/
1417
public function props(string ...$properties)
1518
{
1619
$this->properties = $properties;

0 commit comments

Comments
 (0)