-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add virtual IsEntity/IsLoaded interfaces for phpstan #932
Draft
mvorisek
wants to merge
15
commits into
develop
Choose a base branch
from
phpstan_entity
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvorisek
changed the title
Add virtual IsEntity/IsLoaded phpstan interfaces
Add virtual IsModel/IsEntity/IsLoaded interfaces for phpstan
Nov 25, 2021
mvorisek
force-pushed
the
phpstan_entity
branch
from
November 25, 2021 05:07
1e1421a
to
5ccefd5
Compare
mvorisek
changed the title
Add virtual IsModel/IsEntity/IsLoaded interfaces for phpstan
Add virtual IsEntity/IsLoaded interfaces for phpstan
Nov 25, 2021
mvorisek
force-pushed
the
phpstan_entity
branch
3 times, most recently
from
November 26, 2021 01:56
46e71b7
to
697b354
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
from
December 3, 2021 23:50
697b354
to
b0b50a0
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
6 times, most recently
from
May 29, 2022 13:37
4675faf
to
5c39296
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
4 times, most recently
from
June 1, 2022 06:39
5008738
to
7811b63
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
8 times, most recently
from
June 3, 2022 10:12
40b2a8b
to
a401874
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
3 times, most recently
from
June 6, 2022 09:25
ee59be1
to
990eaba
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
4 times, most recently
from
June 18, 2022 09:24
c4823a1
to
07aa230
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
3 times, most recently
from
March 18, 2023 11:34
8401037
to
40cf25a
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
from
September 7, 2023 14:18
40cf25a
to
ed26dac
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
from
October 1, 2023 11:51
ed26dac
to
eca3429
Compare
mvorisek
force-pushed
the
phpstan_entity
branch
from
February 3, 2024 13:40
eca3429
to
35394da
Compare
debug II test no static fix no th fix cs rm ex null
mvorisek
force-pushed
the
phpstan_entity
branch
from
February 23, 2024 14:47
35394da
to
ce1fceb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
needs phpstan/phpstan#7344 (implemented)
needs phpstan/phpstan#7385 - https://phpstan.org/developing-extensions/type-specifying-extensions should be the workhorse
needs phpstan/phpstan#7386 (solution found)
TODO check if https://github.com/phpstan/phpstan-src/pull/2609/files can help