Commit 2fdd6e5
committed
Change how to stringify booleans
In PHP and most other languages, booleans are represented as "true" or
"false" in lowercase. It's best to keep the same standard in this
library for familiarity.
Signed-off-by: Henrique Moody <[email protected]>1 parent 637556b commit 2fdd6e5
File tree
5 files changed
+23
-43
lines changed- src/Stringifiers
- tests
- integration
- unit/Stringifiers
5 files changed
+23
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 27 | + | |
34 | 28 | | |
35 | | - | |
| 29 | + | |
36 | 30 | | |
37 | 31 | | |
38 | 32 | | |
39 | | - | |
| 33 | + | |
40 | 34 | | |
41 | | - | |
42 | | - | |
| 35 | + | |
43 | 36 | | |
44 | | - | |
| 37 | + | |
45 | 38 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 39 | + | |
| 40 | + | |
52 | 41 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 42 | + | |
56 | 43 | | |
57 | 44 | | |
58 | 45 | | |
59 | | - | |
| 46 | + | |
60 | 47 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 48 | + | |
65 | 49 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 50 | + | |
72 | 51 | | |
73 | | - | |
| 52 | + | |
| 53 | + | |
74 | 54 | | |
75 | | - | |
| 55 | + | |
76 | 56 | | |
77 | 57 | | |
0 commit comments