Deprecated: str_replace() in atom.php #2

Closed
opened 2026-05-26 21:42:46 +00:00 by b14r · 2 comments

I see a "deprecated" warning in atom.php on line #71:

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/dev/web/my-site/power-ups/atom/atom.php on line 71

Changing $entries = null; to $entries = ""; resolves the warning.

I see a "deprecated" warning in atom.php on line #71: ``` Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/dev/web/my-site/power-ups/atom/atom.php on line 71 ``` Changing `$entries = null;` to `$entries = "";` resolves the warning.
Owner

Whoops, sorry! Fixed in fa02754.

Whoops, sorry! Fixed in fa02754.
adam closed this issue 2026-05-27 03:06:50 +00:00
Author

No need to apologize! Thank you for the fixes!

No need to apologize! Thank you for the fixes!
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
neatnik/Neato#2
No description provided.