Commit db39fd7
authored
Fixed the incorrect type hint for
For more details see #648
Key changes:
* Fixed the incorrect type hint for `CreateStruct::$mainLocationId`
* Ensured values assigned to `CreateStruct::$mainLocationId` are of the correct type
* Fixed PHPDoc of the related `Location\Gateway::create` method
* [PHPStan] Regenerated baseline after the changesCreateStruct::$mainLocationId (#648)1 parent 79649c3 commit db39fd7
File tree
6 files changed
+6
-24
lines changed- src
- contracts/Persistence/Content/Location
- lib/Persistence/Legacy/Content/Location
- Gateway
6 files changed
+6
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19674 | 19674 | | |
19675 | 19675 | | |
19676 | 19676 | | |
19677 | | - | |
19678 | | - | |
19679 | | - | |
19680 | | - | |
19681 | | - | |
19682 | | - | |
19683 | 19677 | | |
19684 | 19678 | | |
19685 | 19679 | | |
| |||
19788 | 19782 | | |
19789 | 19783 | | |
19790 | 19784 | | |
19791 | | - | |
19792 | | - | |
19793 | | - | |
19794 | | - | |
19795 | | - | |
19796 | | - | |
19797 | 19785 | | |
19798 | 19786 | | |
19799 | 19787 | | |
| |||
19956 | 19944 | | |
19957 | 19945 | | |
19958 | 19946 | | |
19959 | | - | |
19960 | | - | |
19961 | | - | |
19962 | | - | |
19963 | | - | |
19964 | | - | |
19965 | 19947 | | |
19966 | 19948 | | |
19967 | 19949 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
781 | | - | |
| 781 | + | |
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments