Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Bug in legacy/src/Proxy/Request.php #1

Open
Delpfine opened this issue May 20, 2015 · 7 comments
Open

Bug in legacy/src/Proxy/Request.php #1

Delpfine opened this issue May 20, 2015 · 7 comments

Comments

@Delpfine
Copy link
Contributor

legacy/src/Proxy/Request.php

public static function getInstance()
{
$stack = static::getContainer()->get('requestInstance');
}

to

public static function getInstance()
{
return static::getContainer()->get('requestInstance');
}

@sagikazarmark
Copy link
Contributor

Can you open a PR for that?

@Delpfine
Copy link
Contributor Author

What is PR?

@sagikazarmark
Copy link
Contributor

Pull Request

@Delpfine
Copy link
Contributor Author

Yes, but after a couple of hours

@Delpfine
Copy link
Contributor Author

sagikazarmark, access to the repository?

@sagikazarmark
Copy link
Contributor

Fork it. See the CONTRIBUTING guide.

@Delpfine
Copy link
Contributor Author

ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants