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
Linq is a dependency of this library but it is deprecated and its latest release does not support PHP 8. As a result, I get the following warnings whenever I use this library:
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Linq::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Linq.php 728
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Linq::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Linq.php 254
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Iterator\SelectIterator::current() should either be compatible with IteratorIterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Iterator/SelectIterator.php 32
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Iterator\WhereIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Iterator/WhereIterator.php 28
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Linq::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Linq.php 728
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Linq::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Linq.php 254
ERROR - 2023-07-09 20:22:25 --> Severity: 8192 --> Return type of Fusonic\Linq\Iterator\SelectIterator::current() should either be compatible with IteratorIterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice /Applications/MAMP/htdocs/mask/vendor/fusonic/linq/src/Fusonic/Linq/Iterator/SelectIterator.php 32
Are there any plans to fix this or should this OpenGraph library be considered deprecated as well?
The text was updated successfully, but these errors were encountered:
Linq is a dependency of this library but it is deprecated and its latest release does not support PHP 8. As a result, I get the following warnings whenever I use this library:
Are there any plans to fix this or should this OpenGraph library be considered deprecated as well?
The text was updated successfully, but these errors were encountered: