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
When I launch deptrac with PHP8.1, I get the following errors ;
/usr/local/bin/php deptrac.phar analyze --formatter=table depfile.yaml
[20-Dec-2021 10:35:39 Europe/Paris] PHP Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 12
Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 12
[20-Dec-2021 10:35:39 Europe/Paris] PHP Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 16
Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 16
[20-Dec-2021 10:35:39 Europe/Paris] PHP Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 12
Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 12
[20-Dec-2021 10:35:39 Europe/Paris] PHP Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 16
Deprecated: Return type of HumbugBox3130\KevinGH\RequirementChecker\RequirementCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///var/www/html/deptrac.phar/.box/src/RequirementCollection.php on line 16
It would be great to integrate these changes in the next release.
Thank you.
The text was updated successfully, but these errors were encountered:
When I launch deptrac with PHP8.1, I get the following errors ;
It would be great to integrate these changes in the next release.
Thank you.
The text was updated successfully, but these errors were encountered: