PluginProbe
ActivityPub / 3.2.2
ActivityPub v3.2.2
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/compat.php +1 -0 2.0.13.2.2 View file →
@@ -55,8 +55,9 @@
55 55 *
56 56 * @return bool True if `$array` is a list, otherwise false.
57 57 */
58 58 if ( ! function_exists( 'array_is_list' ) ) {
59 + // phpcs:disable Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound
59 60 function array_is_list( $array ) {
60 61 if ( ! is_array( $array ) ) {
61 62 return false;
62 63 }