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
Hello,
I just migrated my project from gomoob/php-pushwoosh,
What I did was basically removing the old library from composer.json and then I added the new one.
Everything works Except something in this file:
src/main/php/Gomoob/Pushwoosh/Model/Notification/IOS.php
Hello,
I just migrated my project from gomoob/php-pushwoosh,
What I did was basically removing the old library from composer.json and then I added the new one.
Everything works Except something in this file:
src/main/php/Gomoob/Pushwoosh/Model/Notification/IOS.php
Exception:
"Typed property Gomoob\Pushwoosh\Model\Notification\IOS::$threadId must not be accessed before initialization", line 124
this is the contenct of my
$json
variabletwo questions:
Thanks!
Versions:
PHP: 8.2.25
Library: 2.1.0
The text was updated successfully, but these errors were encountered: