Skip to content

Commit d6dc076

Browse files
[3.3] More docblock fixes
1 parent 735a7bd commit d6dc076

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Normalizer/DateTimeNormalizer.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ class DateTimeNormalizer implements NormalizerInterface, DenormalizerInterface
2424
{
2525
const FORMAT_KEY = 'datetime_format';
2626

27-
/**
28-
* @var string
29-
*/
3027
private $format;
3128

3229
/**
@@ -112,8 +109,6 @@ public function supportsDenormalization($data, $type, $format = null)
112109
/**
113110
* Formats datetime errors.
114111
*
115-
* @param array $errors
116-
*
117112
* @return string[]
118113
*/
119114
private function formatDateTimeErrors(array $errors)

0 commit comments

Comments
 (0)