Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Improved inline documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 13, 2014
1 parent 5a7b59a commit 3a973b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<?php

/**
* Title: Sisow
* Title: Sisow gateway
* Description:
* Copyright: Copyright (c) 2005 - 2014
* Company: Pronamic
* @author Remco Tolsma
* @version 1.0.0
*/
class Pronamic_WP_Pay_Gateways_Sisow_Gateway extends Pronamic_WP_Pay_Gateway {
/**
* Constructs and initialize an Sisow gateway
*
* @param Pronamic_WP_Pay_Gateways_Sisow_Config $config
*/
public function __construct( Pronamic_WP_Pay_Gateways_Sisow_Config $config ) {
parent::__construct( $config );

Expand Down

0 comments on commit 3a973b0

Please sign in to comment.