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

Element Types + ECS Patches #13

Merged
merged 5 commits into from
Feb 2, 2023
Merged

Element Types + ECS Patches #13

merged 5 commits into from
Feb 2, 2023

Conversation

AugustMiller
Copy link
Contributor

Fixes a couple things I noticed in the process of testing Element types:

  • ecs.php output no longer contains esc character (\e);
  • Element types include use statements for the MyElementTypeQuery and MyElementTypeCondition classes that are generated and referenced later in the class;

I suspect that all of these were potentially problematic, but only \e had significant meaning?
https://www.php.net/manual/en/regexp.reference.escape.php
@AugustMiller AugustMiller changed the title Bugfix/element types Element Types + ECS Patches Feb 1, 2023
@brandonkelly brandonkelly merged commit cb05cb9 into main Feb 2, 2023
@brandonkelly brandonkelly deleted the bugfix/element-types branch February 2, 2023 17:46
@brandonkelly
Copy link
Member

Thanks! Merged and tagged v1.2.1.

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.

2 participants