-
Notifications
You must be signed in to change notification settings - Fork 0
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
array_converter mit Attributen konfigurieren #136
Conversation
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.
Ziemlich nice :D
d7b8c33
to
e30413d
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.
Du verwendest überall double quotes für Strings. Der Coding Style von Moodle erlaubt das eigentlich nur in Sonderfällen: https://moodledev.io/general/development/policies/codingstyle#strings
cb9dfaa
to
069d7b8
Compare
Cringe. Es passt eigentlich nicht in den PR, aber ich habe es in zwei neuen Commits für das ganze Repo angepasst (danke phpcbf). Kann ich gerne stattdessen auf dev machen, wenn euch das den PR zu sehr zumüllt. |
Moodle prefers single-quoted strings. See: https://moodledev.io/general/development/policies/codingstyle#strings
069d7b8
to
c87a889
Compare
A dirty hack which applies moodlehq/moodle-local_moodlecheck#148 during CI.
$config->rename
wird ersetzt durch#[array_key(...)]
$config->alias
wird ersetzt durch#[array_alias(...)]
$config->array_elements
wird ersetzt durch#[array_element_class(...)]
$config->discriminated_by
,$config->variant
und$config->fallback_variant
wird ersetzt durch#[array_polymorphic(...)]
Es wird natürlich einige Konflikte mit 4e273bc geben, die würde ich dann fixen, sobald das gemergt ist.