Skip to content

Commit a5305a4

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix reference to `vendor/` dir
2 parents fb28238 + db2e753 commit a5305a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ deprecations but:
253253
* forget to mark appropriate tests with the ``@group legacy`` annotations.
254254

255255
By using ``SYMFONY_DEPRECATIONS_HELPER=max[self]=0``, deprecations that are
256-
triggered outside the ``vendors`` directory will be accounted for separately,
256+
triggered outside the ``vendor/`` directory will be accounted for separately,
257257
while deprecations triggered from a library inside it will not (unless you reach
258258
999999 of these), giving you the best of both worlds.
259259

0 commit comments

Comments
 (0)