DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
79 stars 10 forks source link

Unwanted space after empty in lambda function #564

Closed Miloslav closed 4 months ago

Miloslav commented 4 months ago

This will add unwanted space after empty

foo(
    function () {
        return empty($x);
    }
);
Miloslav commented 4 months ago

Fixed - it will be available in the next pre-release.