diff --git a/README.md b/README.md index 30a1902..ee5fab9 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,8 @@ dependencies: - analyze:analyze ``` -3. Create your Analyzer plugin class that extends `AnalyzePluginBase`. At minimum, you must: +3. Create your Analyzer plugin class that extends `AnalyzePluginBase`. + At minimum, you must: - Implement the `@Analyze` annotation - Override the `renderSummary()` method - Override the `renderFullReport()` method if you want a detailed view @@ -179,7 +180,8 @@ final class MyAnalyzer extends AnalyzePluginBase { - `access()` - Set permission requirements - `extraSummaryLinks()` - Add additional links to the summary page -See the `analyze_plugin_example` module in the codebase for a complete working example. +See the `analyze_plugin_example` module in the codebase for a complete +working example. ### Community Documentation diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..8ffbb22 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,22 @@ + + + Drupal 11 coding standards for module. + . + + + + */.git/* + */config/* + */css/* + */js/* + */node_modules/* + */vendor/* + */.github/* + + + + + + + +