Skip to content

Commit 1df3d09

Browse files
authored
fix SNIFF VIOLATIONS
1 parent b852110 commit 1df3d09

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Common/GatewayInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ interface GatewayInterface
4040
* Get gateway display name
4141
*
4242
* This can be used by carts to get the display name for each gateway.
43-
*
4443
* @return string
4544
*/
4645
public function getName();
@@ -50,7 +49,6 @@ public function getName();
5049
*
5150
* This name can be used with GatewayFactory as an alias of the gateway class,
5251
* to create new instances of this gateway.
53-
*
5452
* @return string
5553
*/
5654
public function getShortName();
@@ -63,21 +61,18 @@ public function getShortName();
6361
* 'testMode' => false, // boolean variable
6462
* 'landingPage' => array('billing', 'login'), // enum variable, first item is default
6563
* );
66-
*
6764
* @return array
6865
*/
6966
public function getDefaultParameters();
7067

7168
/**
7269
* Initialize gateway with parameters
73-
*
7470
* @return $this
7571
*/
7672
public function initialize(array $parameters = array());
7773

7874
/**
7975
* Get all gateway parameters
80-
*
8176
* @return array
8277
*/
8378
public function getParameters();

0 commit comments

Comments
 (0)