ttrss/classes/pref
wn_ 3487c922b3 Replace use of 'array_merge' with the spread operator and 'array_push' in various places.
This isn't supported for arrays with string keys until PHP 8.1.

https://wiki.php.net/rfc/spread_operator_for_array
2022-08-12 17:58:38 +00:00
..
feeds.php Replace use of 'array_merge' with the spread operator and 'array_push' in various places. 2022-08-12 17:58:38 +00:00
filters.php Replace use of 'array_merge' with the spread operator and 'array_push' in various places. 2022-08-12 17:58:38 +00:00
labels.php Address PHPStan warning in 'classes/pref/labels.php'. 2021-11-14 20:13:09 +00:00
prefs.php Replace use of 'array_merge' with the spread operator and 'array_push' in various places. 2022-08-12 17:58:38 +00:00
system.php various fixes vor php 8.1 compatibility 2022-03-09 00:46:15 +08:00
users.php Address PHPStan warning in 'classes/pref/users.php'. 2021-11-14 20:27:17 +00:00