Skip to content

Commit 5fe6bf0

Browse files
committed
Fix linting
1 parent 05316b5 commit 5fe6bf0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

components/phpunit_bridge.rst

+4-8
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ The PHPUnit Bridge Component
66

77
It comes with the following features:
88

9-
* Enforce a consistent `C` locale (It forces applications to use the default
10-
language for output)
9+
* Enforce a consistent `C` locale (It forces applications to use the default language for output)
1110
* Auto-register `class_exists` to load Doctrine annotations (when used);
1211
* Print a user deprecation notices summary at the end of the test suite;
1312
* Display the stack trace of a deprecation on-demand.
@@ -35,12 +34,9 @@ will have a similar report:
3534

3635
The summary includes:
3736

38-
* **Unsilenced** reports deprecation notices that were triggered without the
39-
recommended @-silencing operator;
40-
* **Legacy** deprecation notices denote tests that explicitly test some legacy
41-
interfaces.
42-
* **Remaining/Other** deprecation notices are all other (non-legacy) notices,
43-
grouped by message, test class and method.
37+
* **Unsilenced** reports deprecation notices that were triggered without the recommended @-silencing operator;
38+
* **Legacy** deprecation notices denote tests that explicitly test some legacy interfaces.
39+
* **Remaining/Other** deprecation notices are all other (non-legacy) notices, grouped by message, test class and method.
4440

4541
Trigger deprecation notices
4642
---------------------------

0 commit comments

Comments
 (0)