-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Using PHP 8.4 triggers lots of deprecated warnings like:
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::website(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 20
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::article(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 25
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::book(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 30
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::profile(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 35
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::movie(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 40
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::tvShow(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 45
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::episode(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 50
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::other(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 55
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::album(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 60
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::song(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 65
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::playlist(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 70
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\OpenGraph::radioStation(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/OpenGraph.php on line 75
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\Type::__construct(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/Type.php on line 14
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\Type::make(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/Type.php on line 20
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\TwitterType::__construct(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/TwitterType.php on line 9
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\TwitterType::make(): Implicitly marking parameter $title as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/TwitterType.php on line 15
[19-May-2025 07:13:41 America/Argentina/Buenos_Aires] PHP Deprecated: Astrotomic\OpenGraph\TwitterType::image(): Implicitly marking parameter $alt as nullable is deprecated, the explicit nullable type must be used instead in /home/franco/Trabajos/cevt-web/src/vendor/astrotomic/php-open-graph/src/TwitterType.php on line 41
```
Metadata
Metadata
Assignees
Labels
No labels