Skip to content

Commit 337648c

Browse files
committed
Fix #69 - Make $value an explicit class field
1 parent 7575ed5 commit 337648c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

php/flatted.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020

2121
class FlattedString {
22+
public $value = '';
2223
public function __construct($value) {
2324
$this->value = $value;
2425
}

0 commit comments

Comments
 (0)