Skip to content

fix: unterminated single quote string#866

Open
maiobarbero wants to merge 1 commit into
laravel:mainfrom
maiobarbero:unterminated_single_quote_in_skill
Open

fix: unterminated single quote string#866
maiobarbero wants to merge 1 commit into
laravel:mainfrom
maiobarbero:unterminated_single_quote_in_skill

Conversation

@maiobarbero

@maiobarbero maiobarbero commented Jul 1, 2026

Copy link
Copy Markdown

Resolves #863

Fixed the incorrect example by properly escaping the backslash in the strrchr() call.

The example’s intent unchanged and the PHP snippet is valid

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Thanks for submitting a PR!

Note that draft PRs are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@maiobarbero maiobarbero changed the title fix: unterminated single quote string #864 fix: unterminated single quote string Jul 1, 2026
@maiobarbero maiobarbero changed the title #864 fix: unterminated single quote string fix: unterminated single quote string Jul 1, 2026
@maiobarbero maiobarbero marked this pull request as ready for review July 1, 2026 15:42
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.

Invalid PHP in laravel-best-practices style.md example: unterminated single-quoted string '\''

1 participant