From feb24dfeac055f8dbcd6ac78be9c762ecc80fd51 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 11 Mar 2016 06:56:10 +0100 Subject: [PATCH] Comply with latest version of coding standard used. --- class.vartype-php5.php | 3 +++ class.vartype-php7.php | 1 + class.vartype-test.php | 1 + 3 files changed, 5 insertions(+) diff --git a/class.vartype-php5.php b/class.vartype-php5.php index 160038d..17d18b4 100644 --- a/class.vartype-php5.php +++ b/class.vartype-php5.php @@ -27,6 +27,7 @@ class VartypePHP5 { public static $tests = array( /** * String comparison functions. + * * @see class.vartype-compare.php */ 'strcmp' => array( @@ -55,6 +56,7 @@ class VartypePHP5 { /** * Loose type juggling. + * * @see class.vartype-test.php */ 'juggle_int' => array( @@ -121,6 +123,7 @@ class VartypePHP5 { /** * Some object related functions. + * * @see class.vartype-test.php */ 'instanceof' => array( diff --git a/class.vartype-php7.php b/class.vartype-php7.php index 62a1c78..1ec0c50 100644 --- a/class.vartype-php7.php +++ b/class.vartype-php7.php @@ -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( diff --git a/class.vartype-test.php b/class.vartype-test.php index 85b574e..37852b4 100644 --- a/class.vartype-test.php +++ b/class.vartype-test.php @@ -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(