File tree 2 files changed +28
-38
lines changed
2 files changed +28
-38
lines changed Original file line number Diff line number Diff line change 3
3
.vscode /
4
4
.phpunit.cache /
5
5
.phpdoc /
6
+ .php-cs-fixer.cache
Original file line number Diff line number Diff line change @@ -29,45 +29,34 @@ $ php demos/drawing.php
29
29
┌─┐
30
30
│ │
31
31
└─┘
32
- ┌──┐
33
- │ │
34
- │ │
35
- └──┘
36
- ┌───┐
37
- │ │
38
- │ │
39
- │ │
40
- └───┘
41
- ┌──────┐
42
- │ │
43
- │ │
44
- └──────┘
45
- ┌───────────────┐
46
- │ │
47
- │ │
48
- │ │
49
- └───────────────┘
32
+ ┏━━━━━┓
33
+ ┃╔═══╗┃
34
+ ┃║┌─┐║┃
35
+ ┃║│ │║┃
36
+ ┃║└─┘║┃
37
+ ┃╚═══╝┃
38
+ ┗━━━━━┛
39
+ * --------*
40
+ | |
41
+ | |
42
+ | |
43
+ * --------*
50
44
┌──────────┐
51
45
│ │
52
46
└──────────┘
53
- ┌───┐
54
- │ │
55
- │ │
56
- │ │
57
- │ │
58
- └───┘
59
- ┌───┐
60
- │Joh│
61
- │n D│
62
- │oe │
63
- │Lor│
64
- │em │
65
- │Ips│
66
- │um │
67
- │Dol│
68
- └───┘
69
- ┌───────────────┐
70
- │by terremoth an│
71
- │d friends │
72
- └───────────────┘
47
+ ┌────────┐
48
+ │John Doe│
49
+ │ Lorem I│
50
+ │psum Dol│
51
+ └────────┘
52
+ ┌────────────────┐
53
+ │by terremoth │
54
+ │and friends │
55
+ └────────────────┘
56
+ ╔════╗
57
+ ║┌──┐║
58
+ ║│ │║
59
+ ║│ │║
60
+ ║└──┘║
61
+ ╚════╝
73
62
```
You can’t perform that action at this time.
0 commit comments