-
Notifications
You must be signed in to change notification settings - Fork 1
chore: 🐝 Update SDK - Generate 3.0.0-alpha #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3f11432 to
8f1f070
Compare
ae67d6c to
3203f2f
Compare
3203f2f to
e58d8d8
Compare
e58d8d8 to
517b534
Compare
517b534 to
c02df8c
Compare
53c9e35 to
e4f72ee
Compare
e4f72ee to
faf0ea2
Compare
faf0ea2 to
f5aca3e
Compare
f868ef7 to
79b2a62
Compare
79b2a62 to
2387f38
Compare
2387f38 to
b6aec71
Compare
c76cf38 to
84d814a
Compare
84d814a to
8a02314
Compare
8a02314 to
217c8d4
Compare
217c8d4 to
ee28013
Compare
ee28013 to
c718b73
Compare
4dd8648 to
5f260c4
Compare
5f260c4 to
d364968
Compare
8fbf450 to
25fd475
Compare
25fd475 to
650ae30
Compare
49910d0 to
9be79a5
Compare
9be79a5 to
249b04e
Compare
249b04e to
59568a1
Compare
59568a1 to
b9a0cb6
Compare
b9a0cb6 to
90e9cde
Compare
90e9cde to
ba1ad78
Compare
ba1ad78 to
f8db9cc
Compare
| /** | ||
| * @param SDKConfiguration $sdkConfig | ||
| */ | ||
| public function __construct(SDKConfiguration $sdkConfig) | ||
| public function __construct(public SDKConfiguration $sdkConfig) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Property Promotion Creates Double Trouble
Constructor uses property promotion with public SDKConfiguration $sdkConfig which automatically creates a public property, but then redundantly assigns it to the private $sdkConfiguration property. This creates two separate properties ($sdkConfig and $sdkConfiguration) instead of one, causing potential confusion and memory waste. The same property is accessible via two different names, which could lead to inconsistent state if one is modified without updating the other.
f8db9cc to
123b710
Compare
123b710 to
38e60f4
Compare
38e60f4 to
56b71d1
Compare
Important
Linting report available at: https://app.speakeasy.com/org/shippo/shippo/linting-report/b3e6e820e83502eda25fbeac39ccc782
SDK update
Versioning
Version Bump Type: [prerelease] - 🤖 (automated)
PHP CHANGELOG
constsAndDefaults: 0.2.0 - 2024-10-03
🐝 New Features
core: 3.9.5 - 2025-11-24
🐝 New Features
inferUnionDiscriminators: truein gen.yaml (commit by @mfbx9da4)core: 3.9.3 - 2025-11-11
🐛 Bug Fixes
core: 3.9.4 - 2025-11-10
🐛 Bug Fixes
core: 3.9.6 - 2025-11-06
🐛 Bug Fixes
core: 3.9.2 - 2025-11-05
🐝 New Features
core: 3.9.1 - 2025-10-30
🐛 Bug Fixes
core: 3.9.0 - 2025-10-13
🐝 New Features
core: 3.8.11 - 2025-09-23
🐛 Bug Fixes
core: 3.8.10 - 2025-09-02
🐛 Bug Fixes
core: 3.8.9 - 2025-07-25
🔧 Chores
core: 3.8.8 - 2025-07-24
🐛 Bug Fixes
core: 3.8.7 - 2025-07-24
🐛 Bug Fixes
core: 3.8.6 - 2025-06-06
🐛 Bug Fixes
core: 3.8.5 - 2025-05-07
🐛 Bug Fixes
core: 3.8.4 - 2025-04-11
🐛 Bug Fixes
core: 3.8.3 - 2025-04-03
🐛 Bug Fixes
core: 3.8.2 - 2025-03-31
🐛 Bug Fixes
core: 3.8.1 - 2025-03-13
🐛 Bug Fixes
core: 3.8.0 - 2025-03-05
🐝 New Features
core: 3.7.15 - 2025-02-20
🐛 Bug Fixes
core: 3.7.14 - 2025-02-18
🐛 Bug Fixes
core: 3.7.13 - 2025-01-30
🐛 Bug Fixes
core: 3.7.12 - 2025-01-28
🐛 Bug Fixes
core: 3.7.11 - 2025-01-27
🐛 Bug Fixes
core: 3.7.10 - 2025-01-23
🐛 Bug Fixes
core: 3.7.9 - 2025-01-13
🐛 Bug Fixes
core: 3.7.8 - 2025-01-03
🔧 Chores
core: 3.7.7 - 2024-12-16
🐛 Bug Fixes
core: 3.7.6 - 2024-12-13
🐛 Bug Fixes
core: 3.7.5 - 2024-12-13
🐛 Bug Fixes
core: 3.7.4 - 2024-12-06
🐛 Bug Fixes
core: 3.7.3 - 2024-11-22
🐛 Bug Fixes
core: 3.7.2 - 2024-11-12
🐛 Bug Fixes
core: 3.7.1 - 2024-10-31
🐛 Bug Fixes
core: 3.7.0 - 2024-10-23
🐝 New Features
core: 3.6.0 - 2024-10-16
🐝 New Features
core: 3.4.9 - 2024-09-27
🐛 Bug Fixes
core: 3.4.8 - 2024-09-26
🐛 Bug Fixes
core: 3.5.0 - 2024-09-25
🐝 New Features
core: 3.4.7 - 2024-09-25
🔧 Chores
Call to undefined method PhpCsFixer\Config::setParallelConfig()laravel/pint#296 (commit by @idbentley)core: 3.4.6 - 2024-09-25
🔧 Chores
core: 3.4.5 - 2024-09-25
🐛 Bug Fixes
core: 3.4.4 - 2024-09-18
🐛 Bug Fixes
core: 3.4.3 - 2024-09-11
🔧 Chores
core: 3.4.2 - 2024-09-10
🔧 Chores
core: 3.4.1 - 2024-09-05
🐛 Bug Fixes
core: 3.3.14 - 2024-08-27
🐛 Bug Fixes
core: 3.3.13 - 2024-08-26
🐛 Bug Fixes
core: 3.3.11 - 2024-08-13
🐛 Bug Fixes
core: 3.3.10 - 2024-07-23
🐛 Bug Fixes
defaultstatus code is available and considered succesful (commit by @disintegrator)core: 3.3.9 - 2024-07-23
🐛 Bug Fixes
core: 3.3.8 - 2024-07-16
🔧 Chores
core: 3.3.7 - 2024-07-09
🐛 Bug Fixes
core: 3.3.6 - 2024-06-21
🔧 Chores
globalSecurity: 2.81.9 - 2025-09-10
🔧 Chores
globalSecurity: 2.81.8 - 2025-02-06
🐛 Bug Fixes
globalSecurity: 2.81.7 - 2024-08-05
🐛 Bug Fixes
globalSecurityFlattening: 0.1.2 - 2025-02-04
🐛 Bug Fixes
globalSecurityFlattening: 0.1.1 - 2024-09-11
🐛 Bug Fixes
globalServerURLs: 2.83.0 - 2025-10-22
🐝 New Features
globalServerURLs: 2.82.2 - 2025-05-09
🐛 Bug Fixes
globals: 2.82.2 - 2024-08-20
🐛 Bug Fixes
methodArguments: 0.1.0 - 2024-10-07
🐝 New Features
nullables: 1.0.1 - 2025-02-17
🐛 Bug Fixes
unions: 0.1.5 - 2025-06-16
🐛 Bug Fixes
Based on Speakeasy CLI 1.665.0
Note
Cursor Bugbot is generating a summary for commit 56b71d1. Configure here.