Skip to content

Commit 5369c25

Browse files
author
matheo
committed
fixing syntax
1 parent 8defd7a commit 5369c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/Attribute/ExposeInTemplate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class ExposeInTemplate
2626
* to default to property name.
2727
* @param string|null $getter The getter method to use. Leave as null
2828
* to default to PropertyAccessor logic.
29-
* @param bool $destruct The content should be used as array of variables
29+
* @param bool $destruct The content should be used as array of variable
3030
* names
3131
*/
3232
public function __construct(public ?string $name = null, public ?string $getter = null, public bool $destruct = false)

0 commit comments

Comments
 (0)