Skip to content

Commit

Permalink
LessRuleSet: Fix phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Aug 25, 2023
1 parent b6a6170 commit 381092d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LessRuleset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LessRuleset extends ArrayObject
* Create a new LessRuleset
*
* @param string $selector Selector to use
* @param array $properties CSS properties
* @param array<string, string> $properties CSS properties
*
* @return self
*/
Expand Down Expand Up @@ -59,7 +59,7 @@ public function setSelector(string $selector): self
*
* @param string $property Name of the property
*
* @return mixed
* @return string
*/
public function getProperty(string $property): string
{
Expand Down

0 comments on commit 381092d

Please sign in to comment.