Skip to content

Commit

Permalink
Coding Standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Oct 23, 2018
1 parent 8051308 commit 47fd267
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public function set_payment_id( $payment_id ) {
* Get issuers
*
* @since 1.2.4
* @see http://support.buckaroo.nl/index.php/Service_iDEAL#iDEAL_banken_lijst_opvragen
* @link http://support.buckaroo.nl/index.php/Service_iDEAL#iDEAL_banken_lijst_opvragen
* @return array
*/
public function get_issuers() {
Expand Down
2 changes: 1 addition & 1 deletion src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function get_settings_class() {
/**
* Get required settings for this integration.
*
* @see https://github.com/wp-premium/gravityforms/blob/1.9.16/includes/fields/class-gf-field-multiselect.php#L21-L42
* @link https://github.com/wp-premium/gravityforms/blob/1.9.16/includes/fields/class-gf-field-multiselect.php#L21-L42
* @since 1.2.2
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/SignatureSortingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Copyright: Copyright (c) 2005 - 2018
* Company: Pronamic
*
* @see http://pronamic.nl/wp-content/uploads/2013/04/BPE-3.0-Gateway-HTML.1.02.pdf
* @link http://pronamic.nl/wp-content/uploads/2013/04/BPE-3.0-Gateway-HTML.1.02.pdf
* @author Remco Tolsma
* @version 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/SignatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Copyright: Copyright (c) 2005 - 2018
* Company: Pronamic
*
* @see http://pronamic.nl/wp-content/uploads/2013/04/BPE-3.0-Gateway-HTML.1.02.pdf
* @link http://pronamic.nl/wp-content/uploads/2013/04/BPE-3.0-Gateway-HTML.1.02.pdf
* @author Remco Tolsma
* @version 2.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/StatusesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @author Remco Tolsma
* @version 2.0.0
* @see https://www.mollie.nl/support/documentatie/betaaldiensten/ideal/en/
* @link https://www.mollie.nl/support/documentatie/betaaldiensten/ideal/en/
*/
class StatusesTest extends \WP_UnitTestCase {
/**
Expand Down

0 comments on commit 47fd267

Please sign in to comment.