8000 Remove php-doc from private properties · symfony/symfony@d468e8d · GitHub
[go: up one dir, main page]

Skip to content

Commit d468e8d

Browse files
Remove php-doc from private properties
1 parent d792c63 commit d468e8d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Component/Form/Extension/Core/CoreExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ class CoreExtension extends AbstractExtension
3838

3939
/**
4040
* CoreExtension constructor.
41-
*
42-
* @param PropertyAccessorInterface|null $propertyAccessor
43-
* @param ChoiceListFactoryInterface|null $choiceListFactory
4441
*/
4542
public function __construct(PropertyAccessorInterface $propertyAccessor = null, ChoiceListFactoryInterface $choiceListFactory = null)
4643
{

src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
*/
2323
class UploadValidatorExtension extends AbstractTypeExtension
2424
{
25-
/**
26-
* @var TranslatorInterface
27-
*/
2825
private $translator;
2926

3027
/**

0 commit comments

Comments
 (0)
0