-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[KilledbyMicrosoftBridge] New Bridge #3960
Conversation
Pull request artifacts
last change: Wednesday 2024-02-07 17:28:49 |
$json = getContents('https://killedbymicrosoft.info/graveyard.json'); | ||
|
||
// Decode JSON data | ||
$discontinuedServices = json_decode($json, true); |
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.
Json::decode
// Process each item | ||
foreach ($discontinuedServices as $service) { | ||
// Concatenate service name with dateOpen and dateClose | ||
$title = "{$service['name']} ({$service['dateOpen']} - {$service['dateClose']})"; |
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.
please dont interpolate variables like this with curly braces. i think it's deprecated in 8.3 or something.
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.
okay, will summit newly.
why close pr? i think it's a cool bridge |
No description provided.