X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_MissingArrayElementsException.php;h=e1f388c2838c5e49191b828ffea08aefe9f5245b;hb=49f84a522f0ccac3b70728cd41011a0be0eed8cf;hp=5c3547bc2277a3582645bf39e7060f2737a2da1e;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;p=core.git diff --git a/inc/classes/exceptions/main/class_MissingArrayElementsException.php b/inc/classes/exceptions/main/class_MissingArrayElementsException.php index 5c3547bc..e1f388c2 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, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -31,7 +31,7 @@ class MissingArrayElementsException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Extract all elements - $elements = ""; + $elements = ''; if ((isset($classArray[2])) && (is_array($classArray[2]))) { // Convert into strings $elements = implode(", ", $classArray[2]);