azjezz / psl

📚 PHP Standard Library - a modern, consistent, centralized, well-typed, non-blocking set of APIs for PHP programmers
MIT License
1.21k stars 71 forks source link

fix: update filepath for NonNullType #488

Closed phpjob closed 3 weeks ago

phpjob commented 3 weeks ago

As mentioned in the issue -> https://github.com/azjezz/psl/issues/487 the file has been moved to the global type directory (https://github.com/azjezz/psl/pull/478). But the filepath location was not updated, only the namespace. So now the file could not be loaded which leads into errors.

So i updated also the file location in this pr.

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 10818982990

Details


Totals Coverage Status
Change from base Build 10684798974: 0.0%
Covered Lines: 5352
Relevant Lines: 5423

💛 - Coveralls