Commit 51b9477
authored
PHPStan: Fix/phpstan styling (#236)
* [WIP] one
* [WIP] two
* [WIP] three
* [UPD] php-cs-fixer
* [UPD] composer rector
* [UPD] rollback Composer php min version
* [UPD] Rector auto ReadOnlyClassRector
* [UPD] cs-fixer spacing roles, removed class alignment
* [UPD] CI removed 8.1 tests1 parent 4eb3938 commit 51b9477Copy full SHA for 51b9477
73 files changed
+254-430Lines changed: 254 additions & 430 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- example/demo/src
- Page
- lib
- bdf
- src
- tests/Benchmark
- docgen/src
- Renderer
- term/src/Painter
- src
- Bridge
- Cassowary
- PhpTerm
- Canvas
- Grid
- Color
- Display
- Viewport
- Extension
- Bdf
- Shape
- Core
- Shape
- Widget
- BarChart
- Block
- Buffer
- Table
- ImageMagick
- Shape
- Widget
- Position
- Style
- Symbol
- Text
- LineComposer
- Widget
- WidgetRenderer
- tests
- Benchmark
- Extension
- Core/Widget
- ImageMagick
- Model
- Example
- Unit
- Bridge/PhpTerm
- Extension
- Bdf/Shape
- Core
- Shape
- Widget
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
|
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
50 | 53 | |
51 | 54 | |
Collapse file
+10-11Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
232 | 232 | |
233 | 233 | |
234 | 234 | |
235 | | - |
236 | | - |
237 | | - |
238 | | - |
239 | | - |
240 | | - |
241 | | - |
242 | | - |
243 | | - |
244 | | - |
245 | | - |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
246 | 245 | |
247 | 246 | |
Collapse file
example/demo/src/Page/ChartPage.php
Copy file name to clipboardExpand all lines: example/demo/src/Page/ChartPage.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | | - |
| 118 | + |
119 | 119 | |
120 | 120 | |
121 | 121 | |
|
Collapse file
lib/bdf/src/BdfBoundingBox.php
Copy file name to clipboardExpand all lines: lib/bdf/src/BdfBoundingBox.php+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
| 10 | + |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
| 10 | + |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
Collapse file
+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | | - |
| 15 | + |
| 16 | + |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
|
Collapse file
+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
Collapse file
lib/bdf/src/BdfMetadata.php
Copy file name to clipboardExpand all lines: lib/bdf/src/BdfMetadata.php+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
140 | 140 | |
141 | 141 | |
142 | 142 | |
143 | | - |
| 143 | + |
144 | 144 | |
145 | 145 | |
146 | 146 | |
|
0 commit comments