Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdecool/foundry-bug-demo
https://github.com/jdecool/foundry-bug-demo
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdecool/foundry-bug-demo
- Owner: jdecool
- Created: 2024-06-16T19:23:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T19:29:15.000Z (7 months ago)
- Last Synced: 2024-12-08T22:34:54.040Z (28 days ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Step to reproduce the error:
* `composer install`
* `bin/console doctrine:fixtures:load -n`Error:
> PHP Fatal error: Declaration of Symfony\Component\VarExporter\LazyProxyTrait::__unserialize(array $data): void must be compatible with libphonenumber\PhoneNumber::__unserialize($data) in /home/jdecool/Workspace/sandbox/bug-foundry/vendor/symfony/var-exporter/LazyProxyTrait.php on line 322
>
> Fatal error: Declaration of Symfony\Component\VarExporter\LazyProxyTrait::__unserialize(array $data): void must be compatible with libphonenumber\PhoneNumber::__unserialize($data) in /home/jdecool/Workspace/sandbox/bug-foundry/vendor/symfony/var-exporter/LazyProxyTrait.php on line 322
> [critical] Fatal Compile Error: Declaration of Symfony\Component\VarExporter\LazyProxyTrait::__unserialize(array $data): void must be compatible with libphonenumber\PhoneNumber::__unserialize($data)