-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use jetbrains/phpstorm-stubs? #261
Comments
@dantleech How exactly? Could you elaborate? |
Great find @dantleech, that looks possible! |
Only if the stubs are in sync though...
…On 2 Apr 2017 07:31, "James Titcumb" ***@***.***> wrote:
Great find @dantleech <https://github.com/dantleech>, that looks possible!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#261 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJakJRLe_aVZif5tTgZwBudOSeZMHNsks5rrzKlgaJpZM4MwliM>
.
|
Could anyone tell what is that for? To test this tool on various use cases? |
For reflection of internal PHP classes and functions. We have a hybrid of some Zend\Code related stuff and stubs at the moment. |
Thanks for reply. I'm still not sure I understand. So phpstorm-stubs are useful for testing reflection of internal PHP classes and functions out? |
Related: #257 |
They are so you can reflect internal php classes and functions.
…On 15 May 2017 12:19:41 BST, "Tomáš Votruba" ***@***.***> wrote:
Thanks for reply.
I'm still not sure I understand. So phpstorm-stubs are useful for
testing reflection of internal PHP classes and functions out?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#261 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
Thank you both. Referencing code in application helped me to better understand it. |
Closed by #373 |
Thanks @theofidry! |
Found out about this package: https://github.com/JetBrains/phpstorm-stubs, maybe useful here?
The text was updated successfully, but these errors were encountered: