Skip to content

Commit 6638e54

Browse files
Merge branch '3.3' into 3.4
* 3.3: [3.3] More docblock fixes [2.7] More docblock fixes
2 parents 8354ba5 + d6dc076 commit 6638e54

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Mapping/ClassMetadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
class ClassMetadata implements ClassMetadataInterface
2020
{
2121
/**
22-
* @var string
23-
*
2422
* @internal This property is public in order to reduce the size of the
2523
* class' serialized representation. Do not access it. Use
2624
* {@link getName()} instead.

Normalizer/DateTimeNormalizer.php

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

28-
/**
29-
* @var string
30-
*/
3128
private $format;
3229
private $timezone;
3330

@@ -127,8 +124,6 @@ public function supportsDenormalization($data, $type, $format = null)
127124
/**
128125
* Formats datetime errors.
129126
*
130-
* @param array $errors
131-
*
132127
* @return string[]
133128
*/
134129
private function formatDateTimeErrors(array $errors)

Normalizer/GetSetMethodNormalizer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ private function supports($class)
7676
/**
7777
* Checks if a method's name is get.* or is.*, and can be called without parameters.
7878
*
79-
* @param \ReflectionMethod $method the method to check
80-
*
8179
* @return bool whether the method is a getter or boolean getter
8280
*/
8381
private function isGetMethod(\ReflectionMethod $method)

0 commit comments

Comments
 (0)