Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gkralik/php7-sapnwrfc
Browse files Browse the repository at this point in the history
  • Loading branch information
gkralik committed Mar 4, 2018
2 parents 5037b3b + 87561a1 commit 2be2846
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

This extension is intended to provide a means for PHP 7 developers to interface with the SAP NetWeaver SDK.

*If you like/use the extension and want to donate:*
```
LTC: LQ9XajbxJY2wxC44dwHTLCQCjoAmx2Uvfg
BTC: 18edm8meRzxYn2znxHYj1McjvWvV53GTAY
```

## Usage

You can find detailed instructions on how to build and use this extension at https://gkralik.github.io/php7-sapnwrfc.
Expand Down
2 changes: 1 addition & 1 deletion docs/sapnwrfc.stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class RemoteFunction
*
* @throws FunctionCallException if any error occurs during execution.
*/
public function invoke(array $parameters, array $options = [])
public function invoke(array $parameters = [], array $options = [])
{
}

Expand Down

0 comments on commit 2be2846

Please sign in to comment.