File tree Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " chroma-x/string-builder" ,
3- "type" : " library" ,
4- "description" : " A string builder library providing different string methods written in PHP." ,
5- "keywords" : [
6- " String" ,
7- " Builder"
8- ],
9- "homepage" : " http ://chroma-x.de/" ,
10- "license" : " MIT" ,
11- "authors" : [
12- {
13- "name" : " Martin Brecht-Precht" ,
14- "email" : " mb@chroma-x.de" ,
15- "homepage" : " http ://chroma-x.de"
16- }
17- ],
18- "autoload" : {
19- "psr-4" : {
20- "ChromaX\\ StringBuilder\\ " : " src/"
21- }
22- },
23- "require" : {
24- "php" : " >=5.4"
25- },
26- "require-dev" : {
27- "phpunit/phpunit" : " ~4.8" ,
28- "codeclimate/php-test-reporter" : " dev-master"
29- }
2+ "name" : " chroma-x/string-builder" ,
3+ "type" : " library" ,
4+ "description" : " A string builder library providing different string methods written in PHP." ,
5+ "keywords" : [
6+ " String" ,
7+ " Builder"
8+ ],
9+ "homepage" : " https ://chroma-x.de/" ,
10+ "license" : " MIT" ,
11+ "authors" : [
12+ {
13+ "name" : " Martin Brecht-Precht" ,
14+ "email" : " mb@chroma-x.de" ,
15+ "homepage" : " https ://chroma-x.de"
16+ }
17+ ],
18+ "autoload" : {
19+ "psr-4" : {
20+ "ChromaX\\ StringBuilder\\ " : " src/"
21+ }
22+ },
23+ "require" : {
24+ "php" : " >=5.4"
25+ },
26+ "require-dev" : {
27+ "phpunit/phpunit" : " ~4.8" ,
28+ "codeclimate/php-test-reporter" : " dev-master"
29+ }
3030}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class StringBuilder
1616 /**
1717 * @var string
1818 */
19- private $ string ;
19+ private $ string = '' ;
2020
2121 /**
2222 * SimpleStringBuilder constructor
You can’t perform that action at this time.
0 commit comments