| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Don't know if we want other rules from https://github.com/slevomat/coding-standard/blob/master/doc/attributes.md#slevomatcodingstandardattributesattributesorder- in here as well |
Sorry, something went wrong.
There was a problem hiding this comment.
I think these make sense. The ordering and sniffs seem like rules that won't come up that often as we don't use attributes in the framework yet.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This makes sure that something like this is not allowed:
#[DataProvider('irregularCreateTableProvider')] public function mymethod(): voidThis also forces attribtues to be added bellow the docblock
Refs: cakephp/migrations#736