Skip to content

Commit

Permalink
Fix some return type annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Aug 7, 2019
1 parent 7623294 commit fd989c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Descriptor/JsonDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ protected function describeApplication(Application $application, array $options

/**
* Writes data as json.
*
* @return array|string
*/
private function writeData(array $data, array $options)
{
Expand Down
2 changes: 0 additions & 2 deletions Descriptor/XmlDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ private function appendDocument(\DOMNode $parentNode, \DOMNode $importedParent)

/**
* Writes DOM document.
*
* @return \DOMDocument|string
*/
private function writeDocument(\DOMDocument $dom)
{
Expand Down

0 comments on commit fd989c8

Please sign in to comment.