omnipay-sagepay icon indicating copy to clipboard operation
omnipay-sagepay copied to clipboard

Remove PHP 5.6 workaround/comments

Open jamieburchell opened this issue 3 years ago • 0 comments
trafficstars

@judgej

Looking at this diff there are comments about a PHP 5.6 specific workaround:

        // The Response in the current namespace conflicts with
        // the Response in the namespace one level down, but only
        // for PHP 5.6. This alias works around it.

Since the library now only supports PHP 7.3+, this should be reviewed for relevance. It's not clear if the comment is still relevant to the surrounding code and the changes that have been made to it.

jamieburchell avatar Feb 23 '22 15:02 jamieburchell