Skip to content

Commit 1a96f24

Browse files
committed
docs: stop representation by diff
1 parent 6684f7a commit 1a96f24

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

user_guide_src/source/extending/composer_packages.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,13 @@ That't it. Now you can run Coding Standards Fixer::
150150
If you add ``scripts.cs-fix`` in your **composer.json**, you can run it with
151151
``composer cs-fix`` command::
152152

153-
--- a/composer.json
154-
+++ b/composer.json
155-
@@ -23,5 +23,8 @@
156-
"allow-plugins": {
157-
"phpstan/extension-installer": true
158-
}
159-
+ },
160-
+ "scripts": {
161-
+ "cs-fix": "php-cs-fixer fix --ansi --verbose --diff"
162-
}
163-
}
153+
{
154+
// ...
155+
},
156+
"scripts": {
157+
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff"
158+
}
159+
}
164160

165161
************
166162
Config Files

0 commit comments

Comments
 (0)