We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeb8f4 commit 1f70893Copy full SHA for 1f70893
1 file changed
src/Translations.php
@@ -215,6 +215,7 @@ public function __clone()
215
*
216
* @return Translation
217
*/
218
+ #[\ReturnTypeWillChange]
219
public function offsetSet($index, $value)
220
{
221
if (!($value instanceof Translation)) {
0 commit comments