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

fix: Fixes incorrect order of array_replace_recursive arguments & other issues #434

Merged

Conversation

timnolte
Copy link
Contributor

@timnolte timnolte commented Jun 21, 2023

@timnolte
Copy link
Contributor Author

Ah, looks like PHPCS is unhappy, though really it is incorrectly unhappy. I'll try to resolve those linting issues.

object-cache.php Show resolved Hide resolved
object-cache.php Show resolved Hide resolved
object-cache.php Show resolved Hide resolved
wp-redis.php Show resolved Hide resolved
wp-redis.php Outdated Show resolved Hide resolved
timnolte and others added 4 commits June 23, 2023 11:41
…er issues

* Fixes pantheon-systems#433
* Fixes pantheon-systems#432
* Fixes pantheon-systems#431
* Further clean-up & standardization between object-cache.php & wp-redis.php.
* Fixes incorrect order of array_replace_recursive arguments.
* Addresses issue with port still not being null for socket connections due to defaults array_repalce_recursive use.
* Adjusts some items to use type-based sanitization.
* Adds linting expection handling with comments for cases that require it.
* Reverts this incorrect change that was made due to the incorrect use of `array_replace_recursive()`.
@jazzsequence jazzsequence force-pushed the fix/433-array_replace_recursive branch from 37d25d1 to 3de4ad3 Compare June 23, 2023 17:43
@jazzsequence jazzsequence merged commit c3a5242 into pantheon-systems:default Jun 23, 2023
7 checks passed
@jazzsequence
Copy link
Contributor

Thanks for your patience @timnolte. We'll get a release ready for a Monday deploy.

@pwtyler pwtyler mentioned this pull request Jun 23, 2023
jazzsequence added a commit that referenced this pull request Jun 26, 2023
…er issues (#434)

* fix: Fixes incorrect order of array_replace_recursive arguments & other issues

* Fixes #433
* Fixes #432
* Fixes #431
* Further clean-up & standardization between object-cache.php & wp-redis.php.
* Fixes incorrect order of array_replace_recursive arguments.
* Addresses issue with port still not being null for socket connections due to defaults array_repalce_recursive use.

* fix: Fixes sanitization methods and linting issues

* Adjusts some items to use type-based sanitization.
* Adds linting expection handling with comments for cases that require it.

* fix: Removes invalid change made in #437

* Reverts this incorrect change that was made due to the incorrect use of `array_replace_recursive()`.

* update  changelog

* Update wp-redis.php

* update language in changelogs

* fix missing closing )

---------

Co-authored-by: Chris Reynolds <chris@jazzsequence.com>
Co-authored-by: Phil Tyler <philip@tylerdigital.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants