-
Notifications
You must be signed in to change notification settings - Fork 67
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
strtolower(): Passing null to parameter #1 ($string) of type string is deprecated #452
Comments
bump Here's the output when running
|
@kyletaylored did you ever figure out a solution to this? |
We had a number of fixes deployed in 3.0.6. Have you tried that version yet? |
yes, i'm running 3.0.6 and build tools is still choking on this error on php 8.1 |
welp, i looked through the tests and saw that you're using the 8.2 image, so i switched to that and now the build is passing, so /shrug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
terminus build:project:create
on PHP 8.1, I get a big stacktrace output related to deprecation notices.https://github.com/pantheon-systems/terminus-build-tools-plugin/blob/3.x/src/Commands/ProjectCreateCommand.php#L88
Potential catch would be if any arguments were supplied.
The text was updated successfully, but these errors were encountered: