Skip to content

Commit 477fd39

Browse files
committed
Fix some return type annotations.
1 parent 5f9a3ec commit 477fd39

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Console/Descriptor/JsonDescriptor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ protected function describeContainerParameter($parameter, array $options = [])
179179

180180
/**
181181
* Writes data as json.
182-
*
183-
* @return array|string
184182
*/
185183
private function writeData(array $data, array $options)
186184
{

Console/Descriptor/XmlDescriptor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ protected function describeContainerParameter($parameter, array $options = [])
132132

133133
/**
134134
* Writes DOM document.
135-
*
136-
* @return \DOMDocument|string
137135
*/
138136
private function writeDocument(\DOMDocument $dom)
139137
{

0 commit comments

Comments
 (0)