Skip to content
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

Support symfony 7 #9

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Support symfony 7 #9

merged 1 commit into from
Oct 2, 2024

Conversation

Wiktor6
Copy link
Contributor

@Wiktor6 Wiktor6 commented Oct 1, 2024

No description provided.

@Wiktor6 Wiktor6 force-pushed the support-symfony-7 branch from 698260d to 9d08674 Compare October 1, 2024 10:44
@olekans olekans self-requested a review October 2, 2024 10:30
@@ -47,7 +47,6 @@ protected function setBaseShipmentProperties(array $addressData): void
$this->streetId = $addressData['streetId'] ?? null;
$this->streetType = $addressData['streetType'] ?? null;
$this->streetName = $addressData['streetName'] ?? null;
$this->streetType = $addressData['streetType'] ?? null;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this removed?

Copy link
Contributor Author

@Wiktor6 Wiktor6 Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated, 2 lines above is the same seter

@Wiktor6 Wiktor6 merged commit 15805f1 into master Oct 2, 2024
3 checks passed
@Wiktor6 Wiktor6 deleted the support-symfony-7 branch October 2, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants