Skip to content

Commit b8a1da7

Browse files
committed
final touch: better note example use of phpstan/phpdoc-parser that conflict can be early
1 parent cd6f41f commit b8a1da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/target-repository/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* - nikic/php-parser
1212
*
1313
* They need to be loaded early to avoid conflict version between rector prefixed vendor and Project vendor
14-
* For example, a project may use phpstan/phpdoc-parser v1, while phpstan/phpdoc-parser uses v2, that will error as class or logic are different.
14+
* For example, a project may use phpstan/phpdoc-parser v1, while rector uses phpstan/phpdoc-parser uses v2, that will error as class or logic are different.
1515
*/
1616
if (
1717
// verify PHPUnit is running

0 commit comments

Comments
 (0)