X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_MissingArrayElementsException.php;h=8fa1a557d157273ddfce44ff4df47a6a2cf8752d;hp=e1f388c2838c5e49191b828ffea08aefe9f5245b;hb=4b88c118b615335d06bd74e444173d21aef4406c;hpb=3107989f93cfb5808ce9d75f1c7d2b7ee3d83d18 diff --git a/inc/classes/exceptions/main/class_MissingArrayElementsException.php b/inc/classes/exceptions/main/class_MissingArrayElementsException.php index e1f388c2..8fa1a557 100644 --- a/inc/classes/exceptions/main/class_MissingArrayElementsException.php +++ b/inc/classes/exceptions/main/class_MissingArrayElementsException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -34,10 +34,10 @@ class MissingArrayElementsException extends FrameworkException { $elements = ''; if ((isset($classArray[2])) && (is_array($classArray[2]))) { // Convert into strings - $elements = implode(", ", $classArray[2]); + $elements = implode(', ', $classArray[2]); } else { // Invalid data - $elements = "invalid_data"; + $elements = 'invalid_data'; } // Add a message around the missing class