Skip to content

Commit a2a4049

Browse files
committed
Fix reference to vendor/ dir
1 parent e134083 commit a2a4049

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
@@ -252,7 +252,7 @@ deprecations but:
252252
* forget to mark appropriate tests with the ``@group legacy`` annotations.
253253

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

0 commit comments

Comments
 (0)