You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The command mentioned above may result in an error on a Mac. In most cases, the -i flag can be specified as an empty string (e.g. `sed -i ''`) to resolve the issue.
134
+
> The above command may result in an error on a Mac. If this is the case for you, try passing an empty string as argument for the `-i` flag to prevent this error from happening (e.g.,`sed -i '' ...`).
135
135
136
136
The above command will first retrieve the list of files that include `Inpsyde.CodeQuality` or `InpsydeTemplates.Formatting`, ignoring the `vendor` directory, and then execute all substitution commands in the `phpcs.sed` file for each of the found files.
137
137
@@ -151,7 +151,7 @@ Wherever you were previously referencing the `Inpsyde` standard, you may want to
151
151
152
152
If you are using `InpsydeTemplates`, this would now be `Syde-Templates`.
153
153
154
-
### PHP_CodeSniffer Rulesets
154
+
### PHP_CodeSniffer Rulesets
155
155
156
156
In addition to the changes to the rule names, there are also changes regarding sniff configuration.
157
157
@@ -163,12 +163,12 @@ The `Inpsyde.CodeQuality.Psr4` sniff has a public `array` property, `$psr4`, tha
0 commit comments