Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs'
Browse files Browse the repository at this point in the history
Fixes failing php-cs-fixer notices.
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Value/ArrayValue.php
Expand Up @@ -51,4 +51,3 @@ protected function _generateXml()
->closeElement('value');
}
}

1 change: 0 additions & 1 deletion src/Value/Nil.php
Expand Up @@ -38,4 +38,3 @@ public function getValue()
return null;
}
}

1 change: 0 additions & 1 deletion test/BigIntegerValueTest.php
Expand Up @@ -137,4 +137,3 @@ public function wrapXml($xml)
return $xml . "\n";
}
}

0 comments on commit 90bab68

Please sign in to comment.