Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove nullability from $tmpDir property
The @var annotation for the $tmpDir property has been updated to `non-empty-string` to remove the possibility of it being null. This change ensures that the temporary directory for generated proxy classes must always be a non-empty string.
- Loading branch information