summaryrefslogtreecommitdiff
path: root/doc/ale-php.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-10 19:42:45 +0100
committerw0rp <devw0rp@gmail.com>2017-09-10 19:42:45 +0100
commit9d24cc40471441fef4c5dd2467f22eea072d2c2d (patch)
treeaacb26b26e163a953a15a0b1e596dd06de1f2202 /doc/ale-php.txt
parentc4ad92e458f51ce849baed3b628fbd2f43303ace (diff)
downloadale-9d24cc40471441fef4c5dd2467f22eea072d2c2d.zip
Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r--doc/ale-php.txt62
1 files changed, 31 insertions, 31 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt
index e2b0de6f..adaca08a 100644
--- a/doc/ale-php.txt
+++ b/doc/ale-php.txt
@@ -35,6 +35,35 @@ g:ale_php_langserver_use_global *g:ale_php_langserver_use_global*
===============================================================================
+phpcbf *ale-php-phpcbf*
+
+g:ale_php_phpcbf_executable *g:ale_php_phpcbf_executable*
+ *b:ale_php_phpcbf_executable*
+ Type: |String|
+ Default: `'phpcbf'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_php_phpcbf_standard *g:ale_php_phpcbf_standard*
+ *b:ale_php_phpcbf_standard*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to specify the coding standard used by phpcbf. If no
+ coding standard is specified, phpcbf will default to fixing against the
+ PEAR coding standard, or the standard you have set as the default.
+
+
+g:ale_php_phpcbf_use_global *g:ale_php_phpcbf_use_global*
+ *b:ale_php_phpcbf_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+
+===============================================================================
phpcs *ale-php-phpcs*
g:ale_php_phpcs_executable *g:ale_php_phpcs_executable*
@@ -63,7 +92,7 @@ g:ale_php_phpcs_use_global *g:ale_php_phpcs_use_global*
See |ale-integrations-local-executables|
--------------------------------------------------------------------------------
+===============================================================================
phpmd *ale-php-phpmd*
g:ale_php_phpmd_ruleset *g:ale_php_phpmd_ruleset*
@@ -75,7 +104,7 @@ g:ale_php_phpmd_ruleset *g:ale_php_phpmd_ruleset*
the available phpmd rulesets
--------------------------------------------------------------------------------
+===============================================================================
phpstan *ale-php-phpstan*
g:ale_php_phpstan_executable *g:ale_php_phpstan_executable*
@@ -95,34 +124,5 @@ g:ale_php_phpstan_level *g:ale_php_phpstan_level*
strictest.
--------------------------------------------------------------------------------
-phpcbf *ale-php-phpcbf*
-
-g:ale_php_phpcbf_executable *g:ale_php_phpcbf_executable*
- *b:ale_php_phpcbf_executable*
- Type: |String|
- Default: `'phpcbf'`
-
- See |ale-integrations-local-executables|
-
-
-g:ale_php_phpcbf_standard *g:ale_php_phpcbf_standard*
- *b:ale_php_phpcbf_standard*
- Type: |String|
- Default: `''`
-
- This variable can be set to specify the coding standard used by phpcbf. If no
- coding standard is specified, phpcbf will default to fixing against the
- PEAR coding standard, or the standard you have set as the default.
-
-
-g:ale_php_phpcbf_use_global *g:ale_php_phpcbf_use_global*
- *b:ale_php_phpcbf_use_global*
- Type: |Number|
- Default: `0`
-
- See |ale-integrations-local-executables|
-
-
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: