Skip to content

Commit

Permalink
Comply with latest version of coding standard used.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 11, 2016
1 parent adc3735 commit feb24df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions class.vartype-php5.php
Expand Up @@ -27,6 +27,7 @@ class VartypePHP5 {
public static $tests = array(
/**
* String comparison functions.
*
* @see class.vartype-compare.php
*/
'strcmp' => array(
Expand Down Expand Up @@ -55,6 +56,7 @@ class VartypePHP5 {

/**
* Loose type juggling.
*
* @see class.vartype-test.php
*/
'juggle_int' => array(
Expand Down Expand Up @@ -121,6 +123,7 @@ class VartypePHP5 {

/**
* Some object related functions.
*
* @see class.vartype-test.php
*/
'instanceof' => array(
Expand Down
1 change: 1 addition & 0 deletions class.vartype-php7.php
Expand Up @@ -27,6 +27,7 @@ class VartypePHP7 {
public static $tests = array(
/**
* Functions where errors have been turned into exceptions.
*
* @see class.vartype-arithmetic.php
*/
'modulus' => array(
Expand Down
1 change: 1 addition & 0 deletions class.vartype-test.php
Expand Up @@ -366,6 +366,7 @@ class VartypeTest extends Vartype {

/**
* Tests using CastToType class.
*
* @see https://github.com/jrfnl/PHP-cast-to-type.git
*/
'cast_to_type_array' => array(
Expand Down

0 comments on commit feb24df

Please sign in to comment.