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

minor Fix deprecations: curly string access #4541

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

mdeweerd
Copy link
Contributor

@mdeweerd mdeweerd commented Dec 14, 2023

Fix use of access to string using curly brackets https://www.php.net/manual/en/migration74.deprecated.php

Replaces with square brackets.

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass?
Fixed issues

Copy link

what-the-diff bot commented Dec 14, 2023

PR Summary

  • Update to Markdown Parsing Logic in MarkdownParser.php
    The developer updated a particular line of code related to header level information parsing in the Markdown Parser. This may lead to improved handling of headers in our markdown files.

  • Same Change Implemented in Viewer Component
    The same adjustment was made in the Markdown Parser within the 'viewer/components' directory. It ensures uniformity and consistency in parsing markdown files across other components in our system.

@mdeweerd mdeweerd changed the title minor Fix deprecations: curly string access, create_function minor Fix deprecations: curly string access Dec 14, 2023
@marcovtwout marcovtwout merged commit 567dc7a into yiisoft:master Dec 18, 2023
12 checks passed
@mdeweerd mdeweerd deleted the fix/deprecated branch December 18, 2023 14:39
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.

4 participants