Skip to content

Commit 41c2fa3

Browse files
committed
6654: Remove redundant phpdocumentor/reflection-docblock
1 parent f128dc9 commit 41c2fa3

4 files changed

Lines changed: 63 additions & 250 deletions

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"itk-dev/vault-bundle": "^0.1.0",
1919
"nelmio/cors-bundle": "^2.2",
2020
"ocramius/doctrine-batch-utils": "^2.8",
21-
"phpdocumentor/reflection-docblock": "^5.3",
2221
"phpstan/phpdoc-parser": "^2.0",
2322
"symfony/amqp-messenger": "^7.2",
2423
"symfony/asset": "^7.2",

composer.lock

Lines changed: 63 additions & 238 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/bundles.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
return [
64
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
75
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],

symfony.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,6 @@
203203
"php-cs-fixer/diff": {
204204
"version": "v2.0.2"
205205
},
206-
"phpdocumentor/reflection-common": {
207-
"version": "2.2.0"
208-
},
209-
"phpdocumentor/reflection-docblock": {
210-
"version": "5.3.0"
211-
},
212-
"phpdocumentor/type-resolver": {
213-
"version": "1.6.0"
214-
},
215206
"phpspec/prophecy": {
216207
"version": "v1.15.0"
217208
},

0 commit comments

Comments
 (0)