Skip to content

Commit dccce3a

Browse files
committed
fix phpdoc's alignment
1 parent d058219 commit dccce3a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Encoder/XmlEncoder.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,21 @@ public function decode($data, $format, array $context = array())
117117
return $data;
118118
}
119119

120-
/**
121-
* {@inheritdoc}
122-
*/
123-
public function supportsEncoding($format)
124-
{
125-
return 'xml' === $format;
126-
}
127-
128-
/**
129-
* {@inheritdoc}
130-
*/
131-
public function supportsDecoding($format)
132-
{
133-
return 'xml' === $format;
134-
}
120+
/**
121+
* {@inheritdoc}
122+
*/
123+
public function supportsEncoding($format)
124+
{
125+
return 'xml' === $format;
126+
}
127+
128+
/**
129+
* {@inheritdoc}
130+
*/
131+
public function supportsDecoding($format)
132+
{
133+
return 'xml' === $format;
134+
}
135135

136136
/**
137137
* Sets the root node name

0 commit comments

Comments
 (0)