Conversation
String with backslash in double quotes ("SunCat\MobileDetectBundle\Helper\DeviceView") generate an error in yaml config (Found unknown escape character "\M"). So I just replace these with single quotes
xabbuh
approved these changes
May 21, 2020
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
Chris53897
added a commit
to Chris53897/MobileDetectBundle
that referenced
this pull request
Sep 25, 2021
github-actions bot
pushed a commit
to netbull/MobileDetectBundle
that referenced
this pull request
Jul 7, 2022
# [5.2.0](v5.1.5...v5.2.0) (2022-07-07) ### Bug Fixes * added CI ([bd35369](bd35369)) ### Features * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([ee51d4c](ee51d4c)) * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([17fa419](17fa419)) * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([9920774](9920774)) * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([109ea06](109ea06)) * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([44c8a3e](44c8a3e)) * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([a5e15c4](a5e15c4)) * ready for symfony 5.3, add github actions, merged from orginal repo [suncat2000#143](https://github.com/netbull/MobileDetectBundle/issues/143), [suncat2000#144](https://github.com/netbull/MobileDetectBundle/issues/144), [suncat2000#135](https://github.com/netbull/MobileDetectBundle/issues/135), [suncat2000#133](https://github.com/netbull/MobileDetectBundle/issues/133) ([956bb8a](956bb8a))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
String with backslash in double quotes ("SunCat\MobileDetectBundle\Helper\DeviceView") generate an error in yaml config (Found unknown escape character "\M"). So I just replace these with single quotes