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
Currently deprac seems to output some PHP 8.1 deprecations:
> @php vendor/bin/deptrac
PHP Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 14
Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 14
PHP Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 19
Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 19
PHP Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 14
Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 14
PHP Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 19
Deprecated: Return type of HumbugBox3140\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:///Users/test/Documents/Projects/int3grate.localhost/vendor/qossmic/deptrac-shim/deptrac/.box/src/RequirementCollection.php on line 19
Currently deprac seems to output some PHP 8.1 deprecations:
I checked the box project and it seems to be fixed there: https://github.com/box-project/box/blob/3.16.0/requirement-checker/src/RequirementCollection.php Seems like deptrac was created with an older version of the box project?
The text was updated successfully, but these errors were encountered: