Skip to content

Commit 2958fca

Browse files
Merge branch '3.4' into 4.3
* 3.4: Fix some return type annotations.
2 parents 72340aa + 701dd0f commit 2958fca

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
@@ -188,8 +188,6 @@ protected function describeContainerEnvVars(array $envs, array $options = [])
188188

189189
/**
190190
* Writes data as json.
191-
*
192-
* @return array|string
193191
*/
194192
private function writeData(array $data, array $options)
195193
{

Console/Descriptor/XmlDescriptor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ protected function describeContainerEnvVars(array $envs, array $options = [])
142142

143143
/**
144144
* Writes DOM document.
145-
*
146-
* @return \DOMDocument|string
147145
*/
148146
private function writeDocument(\DOMDocument $dom)
149147
{

0 commit comments

Comments
 (0)