Issue #3238572: Fix phpcs --standard=Drupal and phpcs --standard=DrupalPractice for the Project Browser module
Issue #3238572: Fix phpcs --standard=Drupal and phpcs --standard=DrupalPractice for the Project Browser module
-
phpcs --standard=Drupal -
phpcs --standard=DrupalPractice -
Only kept JSON property mapping in the DrupalOrgProject class as is.
Followed with the list of fields and their types from the following link
https://www.drupal.org/api-d7/node.json?type=project_module
Types are:
- string
- bool
- array
- Many custom AbstractData ( Not sure if we are going to restrict the type objects at this phase )
Edited by Rajab Natshah