Update meme voting

This commit is contained in:
2024-04-27 11:55:33 +02:00
parent c4a79c9435
commit f3657fd341
18 changed files with 0 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
function generateScriptData($phpArray):string {
// Check if the array is associative and single-level
if (is_array($phpArray) && count($phpArray) > 0 && count(array_filter(array_keys($phpArray), 'is_string')) === count($phpArray)) {