Replace Level-2 Dice patch with new release

This commit is contained in:
Philipp 2023-01-21 16:58:09 +01:00
parent 62a6a5614d
commit 5a9e9cc41b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 8 additions and 117 deletions

View file

@ -1,10 +0,0 @@
--- /dev/null
+++ ../Dice.php
@@ -257,6 +257,7 @@
for ($i = 0; $i < count($args); $i++) {
if (call_user_func('is_' . $param->getType()->getName(), $args[$i])) {
$parameters[] = array_splice($args, $i, 1)[0];
+ break;
}
}
}