Skip to content

Commit 2ab3857

Browse files
phansysjaviereguiluz
authored andcommitted
Fix reference to vendor/ dir
1 parent 30c74fd commit 2ab3857

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)