diff --git a/Classes/Model/AccessData.php b/Classes/Model/AccessData.php index 4353057769cdf106fff45986b8298ca937b58f85..419ca25d5c176b2b987a7f23eea79d2310f391ef 100644 --- a/Classes/Model/AccessData.php +++ b/Classes/Model/AccessData.php @@ -72,7 +72,7 @@ class AccessData * * @static * - * @param array $journal JSON journal + * @param mixed $journal JSON journal * * @return AccessData instance of this class */ diff --git a/Classes/Model/Article.php b/Classes/Model/Article.php index 7e0008fa6cafbc6683355f10b497bc8e9e060628..130e878d3b9e9616b181e630a58b0a777231fab6 100644 --- a/Classes/Model/Article.php +++ b/Classes/Model/Article.php @@ -46,7 +46,7 @@ class Article * * @access public * - * @param array $article JSON article + * @param mixed $article JSON article */ public function __construct($article) { diff --git a/Classes/Model/Journal.php b/Classes/Model/Journal.php index 06a4425686622600c68e13e36f0cd6de7c077fa4..8378a07bcd63c56f5f07e726847b45ca570e56be 100644 --- a/Classes/Model/Journal.php +++ b/Classes/Model/Journal.php @@ -254,7 +254,7 @@ class Journal * * @access public * - * @param array $journal The journal JSON + * @param mixed $journal The journal JSON * * @return void */ diff --git a/Classes/Model/License.php b/Classes/Model/License.php index eb51a5af0239a533b4ed3db0daecaac65c889730..32c90a104f897b4262ba5b9da603a1f89683054e 100644 --- a/Classes/Model/License.php +++ b/Classes/Model/License.php @@ -66,7 +66,7 @@ class License * * @access public * - * @param array $license The JSON array containing license information + * @param mixed $license The JSON array containing license information * * @return void */ diff --git a/Classes/Model/Price.php b/Classes/Model/Price.php index a9c5058ae8e96358b7c07b80e19c857c4978bd7a..13207ed50fc1d2691d76ab253add939e2a58eeb5 100644 --- a/Classes/Model/Price.php +++ b/Classes/Model/Price.php @@ -67,7 +67,7 @@ class Price * * @static * - * @param array $apcMax JSON average publication cost + * @param mixed $apcMax JSON average publication cost * * @return Price instance of this class */ diff --git a/Classes/Model/Score.php b/Classes/Model/Score.php index c27cdbc35c6c6ee8a05921ea28a543acb112edf5..ce581acdad6c7888a2ed860c89887b8e12e4ba2b 100644 --- a/Classes/Model/Score.php +++ b/Classes/Model/Score.php @@ -83,7 +83,7 @@ class Score /** * Constructs score instance * - * @param array $score the score JSON array + * @param mixed $score the score JSON array * * @return void */ diff --git a/Classes/Model/Subject.php b/Classes/Model/Subject.php index 8d71e35ac8ed5944506a1c6adf8e363dca2b0d26..9ad4301152e92359e619c1af003ce40b3625c932 100644 --- a/Classes/Model/Subject.php +++ b/Classes/Model/Subject.php @@ -64,7 +64,7 @@ class Subject * * @static * - * @param array $subject JSON array + * @param mixed $subject JSON array * * @return Subject instance of this class */