You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$db->jobs->create($jobArr) return warning on PHP 8.1
<b>Deprecated</b>: Return type of SimpleCrud\Table::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in <b>/vendor/simple-crud/simple-crud/src/Table.php</b> on line <b>336</b><br />
<br />
<b>Deprecated</b>: Return type of SimpleCrud\Row::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in <b>s/vendor/simple-crud/simple-crud/src/Row.php</b> on line <b>77</b>
The text was updated successfully, but these errors were encountered:
Sorry for the slow reponse.
I just commit some changes for php8.1 support. Before releasing a new version, could you test it (I cannot do it in my computer).
$db->jobs->create($jobArr) return warning on PHP 8.1
The text was updated successfully, but these errors were encountered: