Skip to content
This repository has been archived by the owner on Jan 31, 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 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Server/DocumentLiteralWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,3 @@ protected function _assertOnlyOneArgument($args)
}
}
}

1 change: 0 additions & 1 deletion test/TestAsset/MyCalculatorService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ public function add($x, $y)
return $x+$y;
}
}

0 comments on commit 045212a

Please sign in to comment.