@@ -41,7 +41,7 @@ |
||
41 | 41 | * @var callable the value that will be assigned to the attributes. This should be a valid |
42 | 42 | * PHP callable whose return value will be assigned to the current attribute(s). |
43 | 43 | */ |
44 | - public $value; |
|
44 | + public $value; |
|
45 | 45 | |
46 | 46 | /** |
47 | 47 | * @inheritdoc |