File tree 2 files changed +29
-29
lines changed
2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
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
-
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
+
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
+ }
30
30
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class StringBuilder
16
16
/**
17
17
* @var string
18
18
*/
19
- private $ string ;
19
+ private $ string = '' ;
20
20
21
21
/**
22
22
* SimpleStringBuilder constructor
You can’t perform that action at this time.
0 commit comments