We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$value
1 parent 7575ed5 commit 337648cCopy full SHA for 337648c
1 file changed
php/flatted.php
@@ -19,6 +19,7 @@
19
*/
20
21
class FlattedString {
22
+ public $value = '';
23
public function __construct($value) {
24
$this->value = $value;
25
}
0 commit comments