Skip to content

Commit

Permalink
Merge branch '7.1-dev' into 7.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoumelidis committed Jan 31, 2019
2 parents 1c2a058 + 55ccf1a commit 5fd351f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_z.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class PartnerRepository extends SapFunction
#My system specific function, don't bother
const RFC_FUNCTION_NAME = 'Z_RFC_PARTNER_SELECT';

public function getName()
public function getName() : string
{
return self::RFC_FUNCTION_NAME;
}
Expand Down Expand Up @@ -33,4 +33,4 @@ public function getPartners($vatnum)
$partners = $partnerRepository->getPartners('123456789');

print_r($partners);


0 comments on commit 5fd351f

Please sign in to comment.