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
Copy file name to clipboardExpand all lines: wiki/Version-4.0-Developer-Upgrade-Guide.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,8 +200,8 @@ Typically, this may impact projects which call `new Config` consecutive times pr
200
200
201
201
##### Upgrading
202
202
203
-
Typical work-arounds for the old behaviour will use `Reflection` to reset the `Config::$overriddenDefaults` property between instantiations.
204
-
These type of work-arounds can now be removed.
203
+
Typical workarounds for the old behaviour will use `Reflection` to reset the `Config::$overriddenDefaults` property between instantiations.
204
+
These type of workarounds can now be removed.
205
205
206
206
<p align="right"><a href="#table-of-contents">back to top</a></p>
207
207
@@ -338,7 +338,7 @@ This re-tokenization has now been removed.
338
338
339
339
##### Upgrading
340
340
341
-
* Search your sniffs/code for `T_INSTANCEOF` and `'static'` to find any potential work-arounds in place for the old tokenization. Those can now be removed.
341
+
* Search your sniffs/code for `T_INSTANCEOF` and `'static'` to find any potential workarounds in place for the old tokenization. Those can now be removed.
342
342
343
343
<p align="right"><a href="#table-of-contents">back to top</a></p>
344
344
@@ -535,9 +535,9 @@ The Ruleset class now respects sniff selection via `--sniffs=...`, even when in
535
535
536
536
**Upgrading**
537
537
538
-
If your own test framework contained work-arounds to get round the previous restriction, it should now be safe to remove those work-arounds and to use the `--sniffs=...` argument when initiating the `Config` class.
538
+
If your own test framework contained workarounds to get round the previous restriction, it should now be safe to remove those workarounds and to use the `--sniffs=...` argument when initiating the `Config` class.
539
539
540
-
Typically, these type of work-around can be found by searching for calls to the `Ruleset::registerSniffs()` method.
540
+
Typically, these type of workarounds can be found by searching for calls to the `Ruleset::registerSniffs()` method.
541
541
542
542
<palign="right"><ahref="#table-of-contents">back to top</a></p>
0 commit comments