Skip to content

Commit

Permalink
fix typo in word resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Dec 9, 2019
1 parent 4f42859 commit 43fabb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/helper/saprfc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Close connection resource.
* @param mixed $connection Connection ressource.
* @param mixed $connection Connection resource.
*/
function saprfc_close(&$connection)
{
Expand Down Expand Up @@ -58,7 +58,7 @@ function saprfc_exception($function)
/**
* Open connection.
* @param array $config
* @return ressource
* @return resource
*/
function saprfc_open($config)
{
Expand All @@ -68,9 +68,9 @@ function saprfc_open($config)

/**
* Get function call resource.
* @param ressource $connection Connection ressource.
* @param resource $connection Connection resource.
* @param string $name Function name.
* @return ressource
* @return resource
*/
function saprfc_function_discover($connection, $name)
{
Expand All @@ -80,7 +80,7 @@ function saprfc_function_discover($connection, $name)

/**
* Call SAP remote function with all set parameters.
* @param ressource $function
* @param resource $function
* @return int
*/
function saprfc_call_and_receive($function)
Expand Down

0 comments on commit 43fabb7

Please sign in to comment.