This repository was archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
completes hasSomething & removeSomething methods on the Classgenerator #26
Closed
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3dd06ba
introduce removeProperty method
basz b48dbaa
add unittest
basz 0928fb1
introduce removeConstant method
basz e35bf2d
add unittest
basz c5e0012
introduce removeExtentedClass and hasExtentedClass methods
basz 554e98d
adds unittests
basz 0751564
introduces hasImplementedInterface and removeImplementedInterface met…
basz d515195
add unittests
basz fb2353b
introduce hasUse, removeUse, hasUseAlias, removeUseAlias methods with…
basz d36400b
add unitest
basz ebe746f
doc block note
basz 4a5c385
cleanup : docblock, leftover line and code styles
basz ed190e1
TraitUsageGenerator deprecation in 2.7. Use UsageGenerator instead
basz 2b14fd6
prevent addUse with different alias to be stored
basz 4db8842
Revert "TraitUsageGenerator deprecation in 2.7. Use UsageGenerator in…
basz 09968b5
mention added methods in docs
basz 6e7f0c6
Revert "doc block note"
basz 3304e2c
return types
basz 3e74da8
Can always directly unset(), no check needed
basz 00d9fbe
I would also check against \\ strings...
basz 801e093
cs
basz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
introduce removeConstant method
- Loading branch information
commit 0928fb1e76fa4b2b11f63b04e395d5b13a9eea0e
There are no files selected for viewing
This file contains hidden or 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
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.
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.
Can actually always directly
unset()
, asunset()
doesn't raise any errors nor has any return values