-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #757 Use AsResource attribute instead of reserved word Resource…
… (loic425) This PR was merged into the 1.11 branch. Discussion ---------- | Q | A | --------------- | ----- | Bug fix? | could be one day | New feature? | no | BC breaks? | yes (but only on alpha version) | Deprecations? | no | Related tickets | | License | MIT `resource` is a reserved word as Soyuka warned me on API CON. So I think it will be better to use AsResource attribute instead. if needed I can add an old Resource attribute with class_alias if we do not want to break users using alpha version. Or maybe just add a not on the UPGRADE.md I use a ResourceMetadata (old Resource one) object cause I don't wand to make a `new AsResource()` call which is uggly. Commits ------- e237fb0 Use AsResource attribute instead of reserved word Resource f6c99b7 Fix registering resources f59d970 Fix Documentation 03dc051 Fix Dummy resources ec60035 Fix attributes resource metadata collection factory 4121839 Fix debug resource command 931101d Fix coding standard 218bdf5 Fix Phpspec tests
- Loading branch information
Showing
77 changed files
with
326 additions
and
262 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.