-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove trait identification property #227
Merged
Merged
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
force-pushed
the
add_core_hastrait
branch
from
June 6, 2020 11:24
f8cfcc5
to
675c837
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
from
June 8, 2020 20:57
675c837
to
02d876a
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
5 times, most recently
from
June 12, 2020 21:15
c073b69
to
decbf70
Compare
This was referenced Jun 12, 2020
mvorisek
force-pushed
the
add_core_hastrait
branch
from
June 13, 2020 12:06
d187331
to
4c9426e
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
from
June 13, 2020 12:38
4c9426e
to
2867066
Compare
4 tasks
mvorisek
force-pushed
the
add_core_hastrait
branch
2 times, most recently
from
July 8, 2020 09:04
d75b187
to
52b1e13
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
from
August 26, 2020 19:03
52b1e13
to
8e96c16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, I would just use "Interface" instead of "I" only
|
Yes, basically follow Symfony naming convention |
mvorisek
force-pushed
the
add_core_hastrait
branch
3 times, most recently
from
April 5, 2021 11:18
06b9313
to
06580c1
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
3 times, most recently
from
April 5, 2021 11:27
98365eb
to
3371b96
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
from
April 5, 2021 11:31
3371b96
to
922815a
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
3 times, most recently
from
April 5, 2021 12:00
865196b
to
af3ef21
Compare
mvorisek
changed the title
Add proper interfaces for traits
Remove trait identification property
Apr 5, 2021
mvorisek
force-pushed
the
add_core_hastrait
branch
from
April 5, 2021 12:49
010e927
to
fbba1e2
Compare
mvorisek
force-pushed
the
add_core_hastrait
branch
from
April 5, 2021 13:34
929b9e7
to
44cb8a2
Compare
DarkSide666
approved these changes
Apr 6, 2021
This was referenced Apr 6, 2021
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.
finish after: #221
then remove dummy properties like:
and refactor in other repos
Trait identification properties declared in
core
:-> they are used solely in
core
repo except 3 usages inui
repo