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

Rename PHP executable finder #93

Merged
merged 1 commit into from
Oct 1, 2022

Conversation

theofidry
Copy link
Collaborator

  • Rename the PHP executable finder from detectPhpExecutable() to getPhpExecutable() as the act of detecting it is an implementation detail, one could specify directly the desired executable.
  • Make getPhpExecutable() non static. A user could for example want to get a specific path from the container in which case having access to an instance state is necessary.

@theofidry theofidry enabled auto-merge (squash) October 1, 2022 18:59
@theofidry theofidry merged commit d4e3063 into webmozarts:master Oct 1, 2022
@theofidry theofidry deleted the feature/php-detector branch October 1, 2022 19:00
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.

1 participant