Commit f53f162
authored
Code Style improvements (#92)
* Apply phpcs
* Simplify code (extra new lines and else statements)
* Remove unused methods
* Fix docblocks
* Fix inheritance instantiation bug
* Fix type cast bug
* Fix incompatible types
* Remove unused env trait
* Improve type hint
* Fix docblocks and service client codestyle
* Fix bad docblock signatures1 parent 45d4a8b commit f53f162
File tree
37 files changed
+458
-354
lines changed- src
- Client
- GRPC
- Common
- DataConverter
- Exception
- Client
- Failure
- Internal
- Activity
- Declaration
- Dispatcher
- WorkflowInstance
- Marshaller
- Mapper
- Type
- Support
- Transport
- Request
- Router
- Workflow
- Process
- Worker
- Environment
- Transport/Command
- Workflow
37 files changed
+458
-354
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 28 | + | |
34 | 29 | | |
35 | 30 | | |
36 | 31 | | |
37 | 32 | | |
38 | 33 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 34 | + | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
| |||
58 | 50 | | |
59 | 51 | | |
60 | 52 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 53 | + | |
65 | 54 | | |
66 | 55 | | |
67 | 56 | | |
| |||
80 | 69 | | |
81 | 70 | | |
82 | 71 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 72 | + | |
87 | 73 | | |
88 | 74 | | |
89 | 75 | | |
| |||
106 | 92 | | |
107 | 93 | | |
108 | 94 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 95 | + | |
113 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments