-
Notifications
You must be signed in to change notification settings - Fork 61
Commit a69c2ea
author
committedDKravtsov
updated to php 8 and laravel 8
1 parent cec146e commit a69c2ea
File tree
89 files changed
+6346
-3518
lines changed- app
- Console
- Exceptions
- Http
- Controllers/Auth
- Middleware
- Models
- Providers
- config
- database
- factories
- migrations
- 2014/10
- 2019
- 08
- 12
- seeders
- docker/dev
- docs/phpstorm
- public
- resources
- css
- lang/en
- sass
- views
- routes
- storage/framework
- tests/Unit
- tools
- 01_phpunit
- 02_phpstan
- 03_ecs
- 04_php-coveralls
- 05_phpinsights
- 06_phpmd
- 07_phpmetrics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+6346
-3518
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
23 | + | ||
24 | + | ||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
23 | + | ||
24 | + | ||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
23 | + | ||
24 | + | ||
22 | 25 |
| |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | - | ||
27 | - | ||
28 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
36 | 39 |
| |
37 | 40 |
| |
38 | 41 |
| |
42 | + | ||
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
24 | + | ||
25 | + | ||
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
27 | - | ||
28 | - | ||
29 | - | ||
30 | + | ||
31 | + | ||
32 | + | ||
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
| |||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
43 | + | ||
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
7 | 6 |
| |
8 | 7 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
3 | 4 |
| |
4 | - | ||
5 | + | ||
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 | - | ||
194 | + | ||
195 | 195 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | - | ||
25 | + | ||
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
|
0 commit comments